From b8fa3fd5e7dd906e5616bf2ab8ad6df3f74f244d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 11 Mar 2020 21:54:53 +0100 Subject: move compiler API tests to integration tests (#4319) --- cli/tests/integration_tests.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cli/tests/integration_tests.rs') 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", -- cgit v1.2.3