We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7f360 commit 9db041fCopy full SHA for 9db041f
1 file changed
src/ReactCodeInput.spec.js
@@ -16,7 +16,6 @@ describe('CodeInputField', () => {
16
const wrapper = shallow(<CodeInputField/>);
17
18
expect(wrapper.find('input')).toHaveLength(4);
19
- expect(wrapper.state().fields).toEqual(4);
20
expect(CodeInputField.defaultProps.placeholder).toBeUndefined();
21
expect(wrapper.state().value).toEqual('');
22
expect(wrapper.find('input').first().is('[type="text"]')).toEqual(true);
0 commit comments