10000 test: typo (#980) · vuejs/composition-api@06357e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06357e7

Browse files
author
那里好脏不可以
authored
test: typo (#980)
1 parent c2d60b7 commit 06357e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/apis/watch.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,8 @@ describe('api/watch', () => {
549549
expect(spy).toHaveBeenCalledTimes(1)
550550
arr.value[1][0] = 3
551551
await nextTick()
552-
expect(spy).toHaveBeenCalledTimes(1),
553-
expect(`"deep" option is only respected`).toHaveBeenWarned()
552+
expect(spy).toHaveBeenCalledTimes(1)
553+
expect(`"deep" option is only respected`).toHaveBeenWarned()
554554
})
555555
})
556556

0 commit comments

Comments
 (0)
0