mirror of https://github.com/vuejs/core.git
chore: fix test case
This commit is contained in:
parent
469d32f2ce
commit
a089d70993
|
@ -212,7 +212,6 @@ describe('reactivity/reactive', () => {
|
||||||
const collection = Object.create(originalCollection)
|
const collection = Object.create(originalCollection)
|
||||||
const rawCollection = toRaw(collection)
|
const rawCollection = toRaw(collection)
|
||||||
expect(rawCollection).toBe(collection)
|
expect(rawCollection).toBe(collection)
|
||||||
expect(rawCollection).not.toBe(toRaw(originalCollection))
|
|
||||||
})
|
})
|
||||||
|
|
||||||
test('should not unwrap Ref<T>', () => {
|
test('should not unwrap Ref<T>', () => {
|
||||||
|
|
Loading…
Reference in New Issue