From 9ffc7edc23444be8bdcc1befd3709b309780e3d1 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Thu, 16 Dec 2021 10:45:41 +0000 Subject: refactor(cli): use GraphData for check and emit (#12960) --- cli/tests/testdata/jsx/deno-jsx-error.jsonc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cli/tests/testdata/jsx/deno-jsx-error.jsonc (limited to 'cli/tests/testdata/jsx') diff --git a/cli/tests/testdata/jsx/deno-jsx-error.jsonc b/cli/tests/testdata/jsx/deno-jsx-error.jsonc new file mode 100644 index 000000000..37cb4dd91 --- /dev/null +++ b/cli/tests/testdata/jsx/deno-jsx-error.jsonc @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "jsx": "react-jsx", + "jsxImportSource": "./nonexistent" + } +} -- cgit v1.2.3