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 c2d60b7 commit 06357e7Copy full SHA for 06357e7
test/apis/watch.spec.js
@@ -549,8 +549,8 @@ describe('api/watch', () => {
549
expect(spy).toHaveBeenCalledTimes(1)
550
arr.value[1][0] = 3
551
await nextTick()
552
- expect(spy).toHaveBeenCalledTimes(1),
553
- expect(`"deep" option is only respected`).toHaveBeenWarned()
+ expect(spy).toHaveBeenCalledTimes(1)
+ expect(`"deep" option is only respected`).toHaveBeenWarned()
554
})
555
556
0 commit comments