Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into feat/200.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 14, 2022
2 parents cdfd943 + fd98218 commit 90768e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ describe.skipIf(process.env.NUXT_TEST_DEV || isWindows)('payload rendering', ()
})
})

describe('useAsyncData', () => {
describe.skipIf(isWindows)('useAsyncData', () => {
it('single request resolves', async () => {
await expectNoClientErrors('/useAsyncData/single')
})
Expand Down

0 comments on commit 90768e8

Please sign in to comment.