mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 06:31:27 +00:00
test: extract dynamic paths test from within other test! (#3860)
This commit is contained in:
parent
a8317830a8
commit
a0c4d6e7e3
@ -180,6 +180,7 @@ describe('extends support', () => {
|
|||||||
expect(html).toContain('Injected by extended middleware from bar')
|
expect(html).toContain('Injected by extended middleware from bar')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
})
|
||||||
|
|
||||||
describe('dynamic paths', () => {
|
describe('dynamic paths', () => {
|
||||||
it('should work with no overrides', async () => {
|
it('should work with no overrides', async () => {
|
||||||
@ -235,4 +236,3 @@ describe('extends support', () => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
|
||||||
|
Loading…
Reference in New Issue
Block a user