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 6288739 commit 872c635Copy full SHA for 872c635
tests/components/fields/FieldText.spec.js
@@ -75,7 +75,6 @@ describe('FieldText', () => {
75
const textField = formWrapper.findComponent(FieldText)
76
clearEmittedEvents(textField)
77
await textField.find('input').setValue('Hello there!')
78
- console.log(textField.emitted())
79
expect(textField.emitted()).toHaveProperty('validated')
80
})
81
0 commit comments