diff options
| author | Luca Casonato <hello@lcas.dev> | 2023-07-07 01:22:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-07 01:22:22 +0200 |
| commit | 679a0c428c2aeebdd5c23141d3653b8fbb9c41fc (patch) | |
| tree | ffb9033498b94f3827a44aac1e33fa2e487a008d /cli/tests/testdata/check/jsximportsource_importmap_config/main.tsx | |
| parent | 106e1bd90e0325198f5484d3d4f02e01a93381a3 (diff) | |
tests: add more jsxImportSource regression tests (#15592)
This commit adds some regression tests for using `jsxImportSource` in
the config file in combination with an import map.
These underlying issues were fixed by #15561.
Closes #13389
Closes #14723
---------
Co-authored-by: Aapo Alasuutari <aapo.alasuutari@gmail.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests/testdata/check/jsximportsource_importmap_config/main.tsx')
| -rw-r--r-- | cli/tests/testdata/check/jsximportsource_importmap_config/main.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/check/jsximportsource_importmap_config/main.tsx b/cli/tests/testdata/check/jsximportsource_importmap_config/main.tsx new file mode 100644 index 000000000..a1eb24f0b --- /dev/null +++ b/cli/tests/testdata/check/jsximportsource_importmap_config/main.tsx @@ -0,0 +1 @@ +export const makeParagraph = () => <p>A paragraph!</p>; |
