diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 35127c155..fb35163f0 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -588,6 +588,12 @@ itest!(_054_info_local_imports { exit_code: 0, }); +itest!(js_import_detect { + args: "run --reload js_import_detect.ts", + output: "js_import_detect.ts.out", + exit_code: 0, +}); + itest!(lock_write_fetch { args: "run --allow-read --allow-write --allow-env --allow-run lock_write_fetch.ts", |