diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2024-02-08 13:09:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-08 13:09:47 -0700 |
| commit | a417772bd7dc4f8508621ec7b2fb75f9bfeca955 (patch) | |
| tree | f2f522db2abb07eb5472cf9d81645506b6d91380 /cli/tests/integration/worker_tests.rs | |
| parent | d704007e5fdcf1f27030dc5832b884290f1f35de (diff) | |
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
Diffstat (limited to 'cli/tests/integration/worker_tests.rs')
| -rw-r--r-- | cli/tests/integration/worker_tests.rs | 6 |
1 files changed, 0 insertions, 6 deletions
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", |
