Skip to content

Commit 9f2b579

Browse files
committed
tmp: is it watching?
1 parent 321013c commit 9f2b579

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

jscomp/build_tests/cli_help/input.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ assert.equal(out.stderr, "");
8383
assert.equal(out.status, 0);
8484
console.groupEnd();
8585

86-
console.group("build -w --help");
87-
out = child_process.spawnSync(`../../../rescript`, ["build", "-w", "--help"], {
88-
encoding: "utf8",
89-
cwd: __dirname,
90-
});
91-
assert.equal(out.stdout, buildHelp);
92-
assert.equal(out.stderr, "");
93-
assert.equal(out.status, 0);
94-
console.groupEnd();
86+
// console.group("build -w --help");
87+
// out = child_process.spawnSync(`../../../rescript`, ["build", "-w", "--help"], {
88+
// encoding: "utf8",
89+
// cwd: __dirname,
90+
// });
91+
// assert.equal(out.stdout, buildHelp);
92+
// assert.equal(out.stderr, "");
93+
// assert.equal(out.status, 0);
94+
// console.groupEnd();
9595

9696
console.group("-w --help");
9797
console.log("@@ begin ");

0 commit comments

Comments
 (0)