test(reactivity): fixed small copy & paste error (#140)
This commit is contained in:
committed by
Evan You
parent
c6b7afcc23
commit
4605f43b95
@@ -94,7 +94,7 @@ describe('reactivity/collections', () => {
|
||||
})
|
||||
|
||||
it('should observed nested data', () => {
|
||||
const observed = reactive(new Map())
|
||||
const observed = reactive(new WeakMap())
|
||||
const key = {}
|
||||
observed.set(key, { a: 1 })
|
||||
let dummy
|
||||
|
||||
Reference in New Issue
Block a user