Skip to content

Commit 7d5ba83

Browse files
committed
redundant
1 parent 2323ac0 commit 7d5ba83

File tree

1 file changed

+1
-1
lines changed
  • tests/analysis_new_tests/tests

1 file changed

+1
-1
lines changed

tests/analysis_new_tests/tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const splitTestBlocks = (contents) => {
5555

5656
const testBlocksPerFile = new Map();
5757

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`;
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`;
5959

6060
// Compile all files and move incremental cmt's
6161
await Promise.all(

0 commit comments

Comments
 (0)