Skip to content

Commit 94d8f9c

Browse files
committed
chore: update tests snapshots
1 parent 8a9396c commit 94d8f9c

File tree

2 files changed

+224
-115
lines changed

2 files changed

+224
-115
lines changed

doc/examples/basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const model = {
3030
const test = (wrapper) => {
3131
const properties = wrapper.findAll('.vjsf-property')
3232
expect(properties).toHaveLength(10)
33-
expect(wrapper.findAll('.v-tooltip')).toHaveLength(1)
33+
expect(wrapper.findAll('.v-tooltip')).toHaveLength(3)
3434
expect(properties.at(1).find('.v-text-field')).toBeTruthy()
3535
expect(wrapper.vm.valid).toBe(true)
3636
}

0 commit comments

Comments
 (0)