diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2021-01-21 16:44:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 16:44:48 +0900 |
commit | 18ac7d40c87b380ce5ed617bd7c59e344730a883 (patch) | |
tree | 2588d833bed775c22756db9e18742ec736e498da /cli/tests/integration_tests.rs | |
parent | 8bef29fd74f24e3682069a1188386d90805a9904 (diff) |
fix(runtime): fix recursive dispatches of unload event (#9207)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index be7bb63c5..428d1ff30 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2665,6 +2665,7 @@ itest!(_077_fetch_empty { itest!(_078_unload_on_exit { args: "run 078_unload_on_exit.ts", output: "078_unload_on_exit.ts.out", + exit_code: 1, }); itest!(_079_location_authentication { |