diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 1e8274294..d5a3fb8c8 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -865,11 +865,16 @@ itest!(_026_redirect_javascript { }); itest!(workers { - args: "run --reload --allow-net workers_test.ts", + args: "test --reload --allow-net workers_test.ts", http_server: true, output: "workers_test.out", }); +itest!(compiler_api { + args: "test --reload compiler_api_test.ts", + output: "compiler_api_test.out", +}); + itest!(_027_redirect_typescript { args: "run --reload 027_redirect_typescript.ts", output: "027_redirect_typescript.ts.out", |