chore: fix typo in test case description
This commit is contained in:
parent
7db8c9c19a
commit
7a8bac73e1
@ -15,7 +15,7 @@ describe('shallowReactive', () => {
|
||||
})
|
||||
|
||||
// #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 shallowProxy = shallowReactive(original)
|
||||
const reactiveProxy = reactive(original)
|
||||
|
Loading…
Reference in New Issue
Block a user