Skip to content

Commit 1cb6981

Browse files
edison1105yyx990803
authored andcommitted
chore: update
1 parent 0c97724 commit 1cb6981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/__tests__/watch.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ describe('watch', () => {
279279
expect(dummy).toEqual([1, 2, 3])
280280
})
281281

282-
test('removing a watcher while stopping its effectScope', async () => {
282+
test('clean up watchers during effect scope stop', async () => {
283283
const count = ref(0)
284284
const scope = effectScope()
285285
let watcherCalls = 0

0 commit comments

Comments
 (0)