We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9e687 commit a6d9b40Copy full SHA for a6d9b40
scripts/test.js
@@ -65,7 +65,17 @@ async function runTests() {
65
stdio: [0, 1, 2],
66
});
67
68
- cp.execSync(`npx mocha -t 10000 tests/tests/**/*_test.mjs`, {
+ cp.execSync("npx mocha -t 10000 tests/tests/**/*_test.mjs", {
69
+ cwd: path.join(__dirname, ".."),
70
+ stdio: [0, 1, 2],
71
+ });
72
+
73
+ cp.execSync("node tests/tests/src/core/Core_TestSuite.mjs", {
74
75
76
77
78
+ cp.execSync("node tests/tests/src/core/Core_TempTests.mjs", {
79
cwd: path.join(__dirname, ".."),
80
81
0 commit comments