Skip to content

Commit 3989026

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ 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
38-
37+
// 移除 vitest 的导入
3938
describe('api: watch', () => {
4039
it('effect', async () => {
4140
const state = reactive({ count: 0 })

0 commit comments

Comments
 (0)