summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs12
1 files changed, 4 insertions, 8 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index a475e9111..5cd1f3431 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -828,14 +828,10 @@ itest!(_026_redirect_javascript {
http_server: true,
});
-itest!(_026_workers {
- args: "run --reload 026_workers.ts",
- output: "026_workers.ts.out",
-});
-
-itest!(workers_basic {
- args: "run --reload workers_basic.ts",
- output: "workers_basic.out",
+itest!(workers {
+ args: "run --reload --allow-net workers_test.ts",
+ http_server: true,
+ output: "workers_test.out",
});
itest!(_027_redirect_typescript {