We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2323ac0 commit 7d5ba83Copy full SHA for 7d5ba83
tests/analysis_new_tests/tests/test.js
@@ -55,7 +55,7 @@ const splitTestBlocks = (contents) => {
55
56
const testBlocksPerFile = new Map();
57
58
-const baseCommand = `./node_modules/.bin/bsc -I lib/bs/support_files -I node_modules/@rescript/react/lib/ocaml -editor-mode -ignore-parse-errors -color never -bs-package-name test -bs-package-output esmodule:test.res`;
+const baseCommand = `./node_modules/.bin/bsc -I lib/bs/support_files -I node_modules/@rescript/react/lib/ocaml -editor-mode -ignore-parse-errors -color never`;
59
60
// Compile all files and move incremental cmt's
61
await Promise.all(
0 commit comments