chore: fix typo in test case description

This commit is contained in:
kiyon 2021-04-16 10:43:56 +08:00 committed by GitHub
parent 7db8c9c19a
commit 7a8bac73e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ describe('shallowReactive', () => {
}) })
// #2843 // #2843
test('should allow shallow und normal reactive for same target', async () => { test('should allow shallow and normal reactive for same target', async () => {
const original = { foo: {} } const original = { foo: {} }
const shallowProxy = shallowReactive(original) const shallowProxy = shallowReactive(original)
const reactiveProxy = reactive(original) const reactiveProxy = reactive(original)