We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00c62b commit 58e27b6Copy full SHA for 58e27b6
tests/input/input.test.jsx
@@ -12,7 +12,7 @@ const {
12
findRenderedDOMComponentWithClass
13
} = TestUtils;
14
15
-describe.only('SLDS INPUT **************************************************', () => {
+describe('SLDS INPUT **************************************************', () => {
16
const defaultProps = {
17
id: 'unique-id-2',
18
placeholder: 'Placeholder Text'
0 commit comments