Skip to content

Commit

Permalink
Revert "Revert "Update Turbopack production test manifest"" (#63700)
Browse files Browse the repository at this point in the history
Relanding this PR after investigating why the test/integration tests
were running.

Reverts #63688

Closes NEXT-2927
  • Loading branch information
timneutkens authored Mar 26, 2024
1 parent 9114446 commit 40fbede
Show file tree
Hide file tree
Showing 2 changed files with 6,143 additions and 3 deletions.
4 changes: 3 additions & 1 deletion test/production/bfcache-routing/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ describe('bfcache-routing', () => {
})

afterAll(() => {
stopApp(app)
if (app) {
stopApp(app)
}
})

it('should not suspend indefinitely when page is restored from bfcache after an mpa navigation', async () => {
Expand Down
Loading

0 comments on commit 40fbede

Please sign in to comment.