Skip to content

Commit 52a8890

Browse files
authored
Enable JSX transform in super_errors tests (rescript-lang#7048)
1 parent 7a722a1 commit 52a8890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/build_tests/super_errors/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const fixtures = fs
1111
.filter(fileName => path.extname(fileName) === ".res");
1212

1313
// const runtime = path.join(__dirname, '..', '..', 'runtime')
14-
const prefix = `${bsc} -w +A`;
14+
const prefix = `${bsc} -w +A -bs-jsx 4 -bs-jsx-mode automatic`;
1515

1616
const updateTests = process.argv[2] === "update";
1717

0 commit comments

Comments
 (0)