diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-10-26 18:04:34 -0700 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-26 21:04:34 -0400 |
commit | 6869bfa4c63121f60284c7a2e48c5db1ce86f9cc (patch) | |
tree | 81be58ad8ff516aa86f0325a7516cd85bcbb23fb /cli/tests/integration_tests.rs | |
parent | c5fe657dd3e81110f84cdff8ff1b35492de4d1a3 (diff) |
Support named imports/exports for subset of properties in JSON modules (#3210)
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 909acfe04..ee8f1384c 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -343,6 +343,11 @@ itest!(_049_info_flag_script_jsx { http_server: true, }); +itest!(_050_more_jsons { + args: "run --reload 050_more_jsons.ts", + output: "050_more_jsons.ts.out", +}); + itest!(async_error { exit_code: 1, args: "run --reload async_error.ts", |