[go: up one dir, main page]

Skip to content

Commit

Permalink
test(watch): update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan committed Sep 15, 2024
1 parent dc340c3 commit 504c6bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/__tests__/watch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,8 @@ describe('watch', () => {

count.value++
await nextTick()
expect(dummy).toBe(1)
// Todo: https://github.com/vuejs/core/pull/11884

Check warning on line 955 in packages/core/__tests__/watch.spec.ts

View workflow job for this annotation

GitHub Actions / run

Unexpected 'todo' comment: 'Todo:...'
expect(dummy).toBe(0)
})

it('watching multiple sources: reactive object with explicit deep: false', async () => {
Expand Down

0 comments on commit 504c6bf

Please sign in to comment.