Skip to content

Commit fd27b69

Browse files
chore: remove the import of vitest
1 parent 3989026 commit fd27b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import {
3434
} from '@vue/reactivity'
3535

3636
// reference: https://vue-composition-api-rfc.netlify.com/api.html#watch
37-
// 移除 vitest 的导入
37+
3838
describe('api: watch', () => {
3939
it('effect', async () => {
4040
const state = reactive({ count: 0 })

0 commit comments

Comments
 (0)