diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index fef69ad9e..b7dfc4e35 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -413,6 +413,13 @@ itest!(_036_import_map_fetch { output: "036_import_map_fetch.out", }); +itest!(_037_fetch_multiple { + args: "fetch --reload fetch/test.ts fetch/other.ts", + check_stderr: true, + http_server: true, + output: "037_fetch_multiple.out", +}); + itest!(_038_checkjs { // checking if JS file is run through TS compiler args: "run --reload --config 038_checkjs.tsconfig.json 038_checkjs.js", |