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

Commit

Permalink
test: remove comment as it should happen
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 10, 2022
1 parent bd5fdcd commit 374429a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/basic.test.ts
Expand Up @@ -603,9 +603,6 @@ describe('payload rendering', () => {
await page.goto(url('/random/a'))
await page.waitForLoadState('networkidle')

// TODO: We should not prefetch the payload we are displaying
// expect(requests).not.toContain('/random/a/_payload.js')

const importSuffix = process.env.NUXT_TEST_DEV && !process.env.TEST_WITH_WEBPACK ? '?import' : ''

// We are manually prefetching other payloads
Expand Down

0 comments on commit 374429a

Please sign in to comment.