mirror of https://github.com/vuejs/core.git
Add more test case
This commit is contained in:
parent
e971797745
commit
cb299290e2
|
@ -410,6 +410,10 @@ describe('KeepAlive', () => {
|
||||||
await assertNameMatch({ include: 'one , two', exclude: 'two' })
|
await assertNameMatch({ include: 'one , two', exclude: 'two' })
|
||||||
})
|
})
|
||||||
|
|
||||||
|
test('include + exclude with space at both ends', async () => {
|
||||||
|
await assertNameMatch({ include: ' one , two ', exclude: ' two ' })
|
||||||
|
})
|
||||||
|
|
||||||
test('max', async () => {
|
test('max', async () => {
|
||||||
const spyAC = vi.fn()
|
const spyAC = vi.fn()
|
||||||
const spyBC = vi.fn()
|
const spyBC = vi.fn()
|
||||||
|
|
Loading…
Reference in New Issue