diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-11-04 11:30:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-04 11:30:37 +0100 |
| commit | 318dcc33afd510c02984d4d3527c88bf4383bcf1 (patch) | |
| tree | a4d4b7d4f4a4d3619f75ba80279b1ed6630e589f /cli/tests/integration | |
| parent | 7c2abb9d579d13fa61339c24f8c39bc3c27c25db (diff) | |
Revert "feat(cli): enable `useUnknownInCatchVariables` by default" (#12643)
This partially reverts commit a065604155991dbf4417b606d4562d275cd8955f.
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Diffstat (limited to 'cli/tests/integration')
| -rw-r--r-- | cli/tests/integration/run_tests.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index b7480c44b..f290c6e62 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -1367,13 +1367,6 @@ itest!(error_import_map_unable_to_load { exit_code: 1, }); -// This test ensure that useUnknownInCatchVariables is enabled by default. -itest!(use_unknown_in_catch_variables { - args: "run useUnknownInCatchVariables.ts", - output: "useUnknownInCatchVariables.ts.out", - exit_code: 1, -}); - // Test that setting `self` in the main thread to some other value doesn't break // the world. itest!(replace_self { |
