Skip to content

Commit 872c635

Browse files
committed
remove console.log()
1 parent 6288739 commit 872c635

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/components/fields/FieldText.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ describe('FieldText', () => {
7575
const textField = formWrapper.findComponent(FieldText)
7676
clearEmittedEvents(textField)
7777
await textField.find('input').setValue('Hello there!')
78-
console.log(textField.emitted())
7978
expect(textField.emitted()).toHaveProperty('validated')
8079
})
8180

0 commit comments

Comments
 (0)