mirror of https://github.com/vuejs/core.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
d10ebd6e93
commit
f826689846
|
@ -260,7 +260,7 @@ describe('api: template refs', () => {
|
|||
|
||||
show.value = true
|
||||
await nextTick()
|
||||
expect(refName.value).toBe('b')
|
||||
expect(refName.value).toBe('b')
|
||||
})
|
||||
|
||||
it('unset old ref when new ref is absent', async () => {
|
||||
|
|
Loading…
Reference in New Issue