chore: fix test case

This commit is contained in:
daiwei 2024-10-28 21:30:09 +08:00
parent 469d32f2ce
commit a089d70993
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ describe('reactivity/reactive', () => {
const collection = Object.create(originalCollection)
const rawCollection = toRaw(collection)
expect(rawCollection).toBe(collection)
expect(rawCollection).not.toBe(toRaw(originalCollection))
})
test('should not unwrap Ref<T>', () => {