Skip to content

Commit

Permalink
test: typo (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-itsheng committed Apr 4, 2023
1 parent c2d60b7 commit 06357e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/apis/watch.spec.js
Expand Up @@ -549,8 +549,8 @@ describe('api/watch', () => {
expect(spy).toHaveBeenCalledTimes(1)
arr.value[1][0] = 3
await nextTick()
expect(spy).toHaveBeenCalledTimes(1),
expect(`"deep" option is only respected`).toHaveBeenWarned()
expect(spy).toHaveBeenCalledTimes(1)
expect(`"deep" option is only respected`).toHaveBeenWarned()
})
})

Expand Down

0 comments on commit 06357e7

Please sign in to comment.