diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-04-27 17:25:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 17:25:26 +0200 |
commit | 7a94ea08e968873d8ead365b7721357199d80be2 (patch) | |
tree | ee373e4f6bef55a2e6eb9b9ac9a04d7e7ac25247 /cli/tests/integration_tests.rs | |
parent | dd0b25e313c5ad89f4ce3dd0929d2d77220a4b8c (diff) |
fix(core): fix top-level-await error handling (#4911)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 7ba296944..68b69c97f 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1341,7 +1341,6 @@ itest!(error_013_missing_script { itest!(error_014_catch_dynamic_import_error { args: "run --reload --allow-read error_014_catch_dynamic_import_error.js", output: "error_014_catch_dynamic_import_error.js.out", - exit_code: 1, }); itest!(error_015_dynamic_import_permissions { |