diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-05-19 10:45:25 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-05-19 10:45:25 +0200 |
commit | 2718c9c017b1493870f3711459cf198696af31fc (patch) | |
tree | 4dbf5f6c501a0b2dd6ed8f315222875a7ee970bd | |
parent | 3234c1e03f5be0ef7d0d6a083a8275cae5b786ff (diff) | |
download | gitbook-2718c9c017b1493870f3711459cf198696af31fc.zip gitbook-2718c9c017b1493870f3711459cf198696af31fc.tar.gz gitbook-2718c9c017b1493870f3711459cf198696af31fc.tar.bz2 |
Fix test command for windows
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b751d1a..956ca57 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "scripts": { "lint": "eslint .", - "test": "./node_modules/.bin/mocha ./testing/setup.js './lib/**/*/__tests__/*.js' --bail --reporter=list --timeout=10000" + "test": "./node_modules/.bin/mocha ./testing/setup.js \"./lib/**/*/__tests__/*.js\" --bail --reporter=list --timeout=10000" }, "repository": { "type": "git", |