Remove .only

This commit is contained in:
Josh Johnson 2019-11-19 21:03:03 +00:00
parent bc890ed0f7
commit 53a56f769c

View file

@ -2026,7 +2026,7 @@ describe('choices', () => {
});
});
describe.only('_onKeyDown', () => {
describe('_onKeyDown', () => {
beforeEach(() => {
instance.showDropdown = stub();
instance._onAKey = stub();