diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-31 21:08:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 21:08:26 +0200 |
commit | 02d46bae9f60e8114af2a107c05d717be3a7e70d (patch) | |
tree | 4b5b094930f2dfaf4a7d55ca1afb0fe5a441b51d /cli/tests/integration_tests.rs | |
parent | aa514c058ae71be85dd45fa95cd7c11b6d6e3c13 (diff) |
fix: media type for .cjs and application/node (#6005)
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 6ab204082..807efb1c5 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1832,6 +1832,11 @@ itest!(es_private_fields { output: "es_private_fields.js.out", }); +itest!(cjs_imports { + args: "run --quiet --reload cjs_imports.ts", + output: "cjs_imports.ts.out", +}); + itest!(proto_exploit { args: "run proto_exploit.js", output: "proto_exploit.js.out", |