Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Schmid <thsmi@users.noreply.github.com>2020-08-08 17:17:23 +0300
committerGitHub <noreply@github.com>2020-08-08 17:17:23 +0300
commite20f4aed581489ee813ff24ca810be8875a340a6 (patch)
tree6da91160ee75911f4384fbece11c219740971a72 /tests
parent96c86b8d8b0ebe021e17f46f22d29a2df99626c6 (diff)
Release to 0.5.0 (#339)0.5.0
* Bump Release to 0.5.0 * Update Documentation
Diffstat (limited to 'tests')
-rw-r--r--tests/js/node/NodeTestSuite.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/js/node/NodeTestSuite.js b/tests/js/node/NodeTestSuite.js
index a32b569b..ff50901a 100644
--- a/tests/js/node/NodeTestSuite.js
+++ b/tests/js/node/NodeTestSuite.js
@@ -22,10 +22,10 @@
*/
async init(report, scripts) {
- const program = path.resolve(`${__dirname}/Sandbox/Sandbox.mjs`);
+ const program = path.resolve(`${__dirname}/sandbox/Sandbox.mjs`);
if (!fs.existsSync(program))
- throw new Error("Could not find sandbox");
+ throw new Error(`Could not find sandbox ${program}`);
const args = [];