We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac65c8b + de417b9 commit eb6e4aeCopy full SHA for eb6e4ae
lib/run/index.js
@@ -58,10 +58,6 @@ Runner.prototype.initFramework = function() {
58
throw new Error(`Cannot find test framework "${this.options.framework}" in node_modules`);
59
}
60
61
- if (process.platform === 'win32') {
62
- frameworkBin += '.cmd';
63
- }
64
-
65
var args = ['--require', 'should', this.options.directory || defaultOpt.directory];
66
67
if (this.options.reporter) {
0 commit comments