Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 24, 2021
1 parent 6f1127c commit 4a840b3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/integration/basic/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ describe('Basic Features', () => {
context.server = await launchApp(join(__dirname, '../'), context.appPort, {
env: { __NEXT_TEST_WITH_DEVTOOL: 1 },
})

// pre-build all pages at the start
await Promise.all([
renderViaHTTP(context.appPort, '/process-env'),

renderViaHTTP(context.appPort, '/hmr/about'),
renderViaHTTP(context.appPort, '/hmr/style'),
renderViaHTTP(context.appPort, '/hmr/contact'),
renderViaHTTP(context.appPort, '/hmr/counter'),
])
})
afterAll(() => killApp(context.server))

Expand Down

0 comments on commit 4a840b3

Please sign in to comment.