From 6c3d9b981fb49743f19f36ac1514a579f8dbcab3 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Thu, 21 Jul 2022 14:44:18 +0530 Subject: fix(cli): unset jsxFragmentFactory & jsxFactory options (#15264) --- cli/tests/integration/test_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration/test_tests.rs') diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index 3dd626909..f4caacd6f 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -346,6 +346,12 @@ itest!(no_prompt_with_denied_perms { output: "test/no_prompt_with_denied_perms.out", }); +itest!(test_with_custom_jsx { + args: "test --quiet --allow-read test/hello_world.ts --config=test/deno_custom_jsx.json", + exit_code: 0, + output: "test/hello_world.out", +}); + #[test] fn captured_output() { let output = util::deno_cmd() -- cgit v1.2.3