Skip to content

Commit

Permalink
test(modules): remove process.exit(0) from runtime scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 28, 2024
1 parent a2fd5d5 commit 8ea8487
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/modules/node/esm-node.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const server = setupServer(
http.get('/resource', () => new Response())
)
console.log(typeof server.listen)
process.exit(0)
`,
})

Expand Down Expand Up @@ -84,7 +83,6 @@ const server = setupServer(
http.get('/resource', () => new Response())
)
console.log(typeof server.listen)
process.exit(0)
`,
})

Expand Down

0 comments on commit 8ea8487

Please sign in to comment.