We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674082b commit ed31aadCopy full SHA for ed31aad
packages/reactivity/__tests__/reactiveArray.spec.ts
@@ -2,7 +2,6 @@ import { type ComputedRef, computed } from '../src/computed'
2
import { isReactive, reactive, shallowReactive, toRaw } from '../src/reactive'
3
import { isRef, ref } from '../src/ref'
4
import { effect } from '../src/effect'
5
-import { expect } from 'vitest'
6
7
describe('reactivity/reactive/Array', () => {
8
test('should make Array reactive', () => {
0 commit comments