Skip to content

Commit ed31aad

Browse files
committed
chore: tweaks
1 parent 674082b commit ed31aad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/reactivity/__tests__/reactiveArray.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { type ComputedRef, computed } from '../src/computed'
22
import { isReactive, reactive, shallowReactive, toRaw } from '../src/reactive'
33
import { isRef, ref } from '../src/ref'
44
import { effect } from '../src/effect'
5-
import { expect } from 'vitest'
65

76
describe('reactivity/reactive/Array', () => {
87
test('should make Array reactive', () => {

0 commit comments

Comments
 (0)