From 53a56f769ce146a158f7d360b75ecf6431af2454 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Tue, 19 Nov 2019 21:03:03 +0000 Subject: [PATCH] Remove .only --- src/scripts/choices.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/choices.test.js b/src/scripts/choices.test.js index 40e8357..37dd3ef 100644 --- a/src/scripts/choices.test.js +++ b/src/scripts/choices.test.js @@ -2026,7 +2026,7 @@ describe('choices', () => { }); }); - describe.only('_onKeyDown', () => { + describe('_onKeyDown', () => { beforeEach(() => { instance.showDropdown = stub(); instance._onAKey = stub();