Fix bug in test.js
This commit is contained in:
@@ -4,7 +4,5 @@ var path = require("path");
|
|||||||
var testDir = path.join(__dirname, "test");
|
var testDir = path.join(__dirname, "test");
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
||||||
var elmTestPath = path.join(binPath, "elm-test");
|
var elmTestPath = path.join(binPath, "elm-test");
|
||||||
var elmMakePath = path.join(binPath, "elm-make");
|
|
||||||
|
|
||||||
execSync(elmMakePath + " TestRunner.elm --yes --output /dev/null", { cwd: testDir });
|
|
||||||
execSync(elmTestPath + " TestRunner.elm", { cwd: testDir, stdio: "inherit" });
|
execSync(elmTestPath + " TestRunner.elm", { cwd: testDir, stdio: "inherit" });
|
||||||
|
|||||||
Reference in New Issue
Block a user