mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +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')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
describe('dynamic paths', () => {
|
||||
it('should work with no overrides', async () => {
|
||||
@ -235,4 +236,3 @@ describe('extends support', () => {
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user