We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ad798 commit dbf9924Copy full SHA for dbf9924
test/test.runner.js
@@ -6,5 +6,5 @@ testrunner.options.summary = false;
6
testrunner.options.coverage = false;
7
testrunner.run({
8
code: '../src/jparser.js',
9
- tests: './test.js'
+ tests: './testjparser.js'
10
});
test/test.js renamed to test/testjparser.js
0 commit comments