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 90b7241 commit cc4f90aCopy full SHA for cc4f90a
test/forms/labels/labeled-field.test.js
@@ -23,6 +23,6 @@ test('adds InputLabel and InputError', () => {
23
const wrapper = mount(<LabeledField { ...props } ><Wrapped /></LabeledField>)
24
// InputLabel
25
expect(wrapper.find('label').text()).toEqual('Foo')
26
- // // InputError
+ // InputError
27
expect(wrapper.find('.error-message').exists()).toEqual(true)
28
})
0 commit comments