Revert "Revert "Update Turbopack production test manifest"" (#63700)

Relanding this PR after investigating why the test/integration tests
were running.

Reverts vercel/next.js#63688

Closes NEXT-2927
This commit is contained in:
Tim Neutkens 2024-03-26 10:22:02 +01:00 committed by GitHub
parent 91144461ed
commit 40fbede8db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6143 additions and 3 deletions

View file

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

File diff suppressed because it is too large Load diff