Skip to content

Commit 1f80fb1

Browse files
committed
The quotes break tests on windows.
1 parent 0ebd39e commit 1f80fb1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package-lock.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"main": "index.js",
66
"typings": "index.d.ts",
77
"scripts": {
8-
"test": "jasmine 'test/**/*.js'",
8+
"test": "run-script-os",
9+
"test:darwin:linux": "jasmine 'test/**/*.js'",
10+
"test:win32": "jasmine test/**/*.js",
911
"install": "prebuild-install || node-gyp rebuild"
1012
},
1113
"repository": {
@@ -43,6 +45,7 @@
4345
"devDependencies": {
4446
"jasmine": "^2.99.0",
4547
"prebuild": "v6.1.0",
48+
"run-script-os": "^1.0.3",
4649
"targetpractice": "0.0.7"
4750
}
4851
}

0 commit comments

Comments
 (0)