mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
test: disable payload test for dev for now
only windows has been failed 4 times on windows/dev and not used.
This commit is contained in:
parent
888bd7c145
commit
fe5b1c21ae
@ -586,7 +586,7 @@ describe('app config', () => {
|
||||
})
|
||||
})
|
||||
|
||||
describe('payload rendering', () => {
|
||||
describe.skipIf(process.env.NUXT_TEST_DEV)('payload rendering', () => {
|
||||
it('renders a payload', async () => {
|
||||
const payload = await $fetch('/random/a/_payload.js', { responseType: 'text' })
|
||||
expect(payload).toMatch(
|
||||
|
Loading…
Reference in New Issue
Block a user