From a417772bd7dc4f8508621ec7b2fb75f9bfeca955 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 8 Feb 2024 13:09:47 -0700 Subject: chore: Promote some integration tests to js_unit_tests (#22355) - Move a workers test to js_unit_tests and make it work - (slightly) repair the websocketstream_test and make it a JS unit test. This test was being ignored and rotted quite a bit, but there's some value in running as much of it as we can. - Merge the two websocket test files --- cli/tests/integration/worker_tests.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cli/tests/integration/worker_tests.rs') diff --git a/cli/tests/integration/worker_tests.rs b/cli/tests/integration/worker_tests.rs index cbd63d809..e2d1ef868 100644 --- a/cli/tests/integration/worker_tests.rs +++ b/cli/tests/integration/worker_tests.rs @@ -1,11 +1,5 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -itest!(workers { - args: "test --reload --location http://127.0.0.1:4545/ -A --unstable-worker-options workers/test.ts", - output: "workers/test.ts.out", - http_server: true, -}); - itest!(worker_error { args: "run -A workers/worker_error.ts", output: "workers/worker_error.ts.out", -- cgit v1.2.3