Skip to content

Commit

Permalink
issue #411: removing the only
Browse files Browse the repository at this point in the history
  • Loading branch information
gullerya committed Oct 28, 2020
1 parent 827480f commit 32c6fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/foundation/test/autofocus.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import '@vonage/vwc-textfield';

const vwcElementsSupported = ['vwc-textarea', 'vwc-textfield'];

describe.only('autofocus', () => {
describe('autofocus', () => {
it('should NOT throw on invalid input', async () => {
handleAutofocus();
handleAutofocus(null);
Expand Down

0 comments on commit 32c6fd7

Please sign in to comment.