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.
2 parents 2ba3c20 + b35c168 commit 6b12c10Copy full SHA for 6b12c10
lib/helpers.js
@@ -5,8 +5,8 @@ var fs = require('fs');
5
var parseFile = require('test262-parser').parseFile;
6
var helperDir = __dirname + '/helpers/';
7
8
-if (fs.existsSync('test/harness')) {
9
- helperDir = 'test/harness/';
+if (fs.existsSync('harness/')) {
+ helperDir = 'harness/';
10
}
11
12
fs.readdirSync(helperDir)
0 commit comments