diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-11-01 21:30:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-01 20:30:23 +0000 |
| commit | 587f2e0800a55e58b2579758d4278a4129b609c0 (patch) | |
| tree | afc3763fd3bd9f7bec35914b961cbb2877a4001f /cli/tests/integration | |
| parent | 658f958fb860e9ad3ea531f26f628f18f3bff63e (diff) | |
feat: precompile JSX (#20962)
Co-authored-by: Marvin Hagemeister <marvin@deno.com>
Diffstat (limited to 'cli/tests/integration')
| -rw-r--r-- | cli/tests/integration/run_tests.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 64df31818..61749f751 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -1779,6 +1779,12 @@ itest!(jsx_import_source_pragma_import_map_dev { http_server: true, }); +itest!(jsx_import_source_precompile_import_map { + args: "run --reload --check --import-map jsx/import-map.json --no-lock --config jsx/deno-jsx-precompile.jsonc run/jsx_precompile/no_pragma.tsx", + output: "run/jsx_precompile/no_pragma.out", + http_server: true, +}); + itest!(jsx_import_source_import_map { args: "run --reload --import-map jsx/import-map.json --no-lock --config jsx/deno-jsx-import-map.jsonc run/jsx_import_source_no_pragma.tsx", output: "run/jsx_import_source_import_map.out", |
