We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b557e84 commit c0da62aCopy full SHA for c0da62a
jscomp/build_tests/cycle1/input.js
@@ -5,6 +5,8 @@ const fs = require('fs')
5
const path = require('path')
6
var rescript_exe = require("../../../scripts/bin_path").rescript_exe
7
8
+cp.execSync(`${rescript_exe} clean -with-deps`, { cwd: __dirname, });
9
+
10
var output = cp.spawnSync(rescript_exe, { encoding: "utf8", shell: true });
11
12
assert(/is dangling/.test(output.stdout));
0 commit comments