Skip to content

Commit

Permalink
tweak flaky module-imports test
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner committed Jun 10, 2024
1 parent 78505fc commit ee225a6
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,6 @@ describe('Edge runtime code with imports', () => {
stderr: true,
})
expect(stderr).toContain(getUnsupportedModuleWarning(moduleName))
context.app = await nextStart(
context.appDir,
context.appPort,
appOption
)
const res = await fetchViaHTTP(context.appPort, url)
expect(res.status).toBe(200)
expectNoError(moduleName)
})
}
)
Expand Down

0 comments on commit ee225a6

Please sign in to comment.