diff options
Diffstat (limited to 'tests/integration/worker_tests.rs')
-rw-r--r-- | tests/integration/worker_tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/worker_tests.rs b/tests/integration/worker_tests.rs index e2d1ef868..7b1bddead 100644 --- a/tests/integration/worker_tests.rs +++ b/tests/integration/worker_tests.rs @@ -1,5 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. +use test_util::itest; + itest!(worker_error { args: "run -A workers/worker_error.ts", output: "workers/worker_error.ts.out", |