Skip to content

Commit 9d2c180

Browse files
chore: remove comment
1 parent a2da7a2 commit 9d2c180

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/runtime-core/__tests__/apiWatch.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import {
3232
effectScope,
3333
toRef
3434
} from '@vue/reactivity'
35-
import { expect } from 'vitest'
3635

3736
// reference: https://vue-composition-api-rfc.netlify.com/api.html#watch
3837

@@ -1244,5 +1243,4 @@ describe('api: watch', () => {
12441243
expect(count.value).toBe(2)
12451244
expect(cb).toHaveBeenCalledTimes(1)
12461245
})
1247-
// watch once with immediate
12481246
})

0 commit comments

Comments
 (0)