From 679a0c428c2aeebdd5c23141d3653b8fbb9c41fc Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 7 Jul 2023 01:22:22 +0200 Subject: tests: add more jsxImportSource regression tests (#15592) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-authored-by: Bartek IwaƄczuk --- cli/tests/testdata/check/jsximportsource_importmap_config/main.tsx | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/testdata/check/jsximportsource_importmap_config/main.tsx (limited to 'cli/tests/testdata/check/jsximportsource_importmap_config/main.tsx') 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 = () =>

A paragraph!

; -- cgit v1.2.3