From 6e350b2b7c7b027b31694875cdb423f494d1b423 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Wed, 20 Jul 2022 15:59:56 +0100 Subject: chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options (#15202) --- cli/tests/integration/run_tests.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 6ed1d5964..96e4cfce5 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -659,7 +659,6 @@ itest!(async_error { itest!(config { args: "run --reload --config config.tsconfig.json --check config.ts", - exit_code: 1, output: "config.ts.out", }); @@ -1042,7 +1041,7 @@ itest!(ts_type_imports { }); itest!(ts_decorators { - args: "run --reload -c tsconfig.decorators.json --check ts_decorators.ts", + args: "run --reload --check ts_decorators.ts", output: "ts_decorators.ts.out", }); -- cgit v1.2.3