diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2021-01-12 19:32:58 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 05:32:58 -0500 |
commit | fd56fa89f36016a816450cd0e8df5853c66d170c (patch) | |
tree | 7d21163bf2a1c5a4d5f73f998afbaa2e4c2b7a91 /cli/tests/integration_tests.rs | |
parent | 5c6ab75de1e5817df3620a5cdd85eba748b2a8a6 (diff) |
fix(cli): dispatch unload on exit (#9088)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index feb3f7f04..40da5c627 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2646,6 +2646,11 @@ itest!(_077_fetch_empty { exit_code: 1, }); +itest!(_078_unload_on_exit { + args: "run 078_unload_on_exit.ts", + output: "078_unload_on_exit.ts.out", +}); + itest!(js_import_detect { args: "run --quiet --reload js_import_detect.ts", output: "js_import_detect.ts.out", |