Skip to content

Commit 58e27b6

Browse files
committed
forgot to remove .only from test
1 parent c00c62b commit 58e27b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/input/input.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const {
1212
findRenderedDOMComponentWithClass
1313
} = TestUtils;
1414

15-
describe.only('SLDS INPUT **************************************************', () => {
15+
describe('SLDS INPUT **************************************************', () => {
1616
const defaultProps = {
1717
id: 'unique-id-2',
1818
placeholder: 'Placeholder Text'

0 commit comments

Comments
 (0)