Skip to content

Commit eb6e4ae

Browse files
authored
Merge pull request #59 from dead-horse/fix-lookup-windows
fix: lookup framework bin in windows
2 parents ac65c8b + de417b9 commit eb6e4ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/run/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ Runner.prototype.initFramework = function() {
5858
throw new Error(`Cannot find test framework "${this.options.framework}" in node_modules`);
5959
}
6060

61-
if (process.platform === 'win32') {
62-
frameworkBin += '.cmd';
63-
}
64-
6561
var args = ['--require', 'should', this.options.directory || defaultOpt.directory];
6662

6763
if (this.options.reporter) {

0 commit comments

Comments
 (0)