We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e3165 commit 6584c95Copy full SHA for 6584c95
package.json
@@ -5,9 +5,7 @@
5
"main": "index.js",
6
"typings": "index.d.ts",
7
"scripts": {
8
- "test": "npm run test:unit && npm run test:integration",
9
- "test:unit": "tape test/all.js",
10
- "test:integration": "tape test/integration/*.js",
+ "test": "jasmine 'test/**/*.js'",
11
"install": "prebuild-install || node-gyp rebuild"
12
},
13
"repository": {
0 commit comments