| Index: package.json | 
| =================================================================== | 
| --- a/package.json | 
| +++ b/package.json | 
| @@ -23,10 +23,10 @@ | 
| "selenium-webdriver": "^3.6.0" | 
| }, | 
| "scripts": { | 
| - "pretest": "python ensure_dependencies.py", | 
| + "pretest": "bash -c 'python ensure_dependencies.py'", | 
| "lint": "eslint *.js lib/ qunit/ ext/ test/", | 
| "test-only": "mocha", | 
| - "test": "npm run test-only", | 
| + "test": "npm run test-only --", | 
| 
 
Sebastian Noack
2018/09/24 14:49:51
This is unrelated to Windows support, but necessar
 
 | 
| "posttest": "npm run lint" | 
| } | 
| } |