diff options
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 251c6da3c..5429170c7 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1004,6 +1004,11 @@ itest!(cafile_info { http_server: true, }); +itest!(fix_js_imports { + args: "run --reload fix_js_imports.ts", + output: "fix_js_imports.ts.out", +}); + #[test] fn cafile_fetch() { use deno::http_cache::url_to_filename; |