diff options
Diffstat (limited to 'tests/integration')
| -rw-r--r-- | tests/integration/worker_tests.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/integration/worker_tests.rs b/tests/integration/worker_tests.rs index 492a06e36..8fdef8b2b 100644 --- a/tests/integration/worker_tests.rs +++ b/tests/integration/worker_tests.rs @@ -112,6 +112,12 @@ itest!(worker_doest_stall_event_loop { exit_code: 0, }); +itest!(worker_ids_are_sequential { + args: "run --quiet -A workers/worker_ids_are_sequential.ts", + output: "workers/worker_ids_are_sequential.ts.out", + exit_code: 0, +}); + // Test for https://github.com/denoland/deno/issues/22629 itest!(node_worker_auto_exits { args: "run --quiet --allow-read workers/node_worker_auto_exits.mjs", |
