test: extract dynamic paths test from within other test! (#3860)

This commit is contained in:
Daniel Roe 2022-03-23 14:57:35 +00:00 committed by GitHub
parent a8317830a8
commit a0c4d6e7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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', () => {
}
})
})
})