Skip to content

Commit 50a1bf0

Browse files
committed
Add tests with jasmine as a step in npm test
1 parent 6d89a4b commit 50a1bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:jasmine": "jasmine JASMINE_CONFIG_PATH=test/jasmine/jasmine.json",
1111
"test:should": "mocha --compilers js:babel-register --reporter spec test/should/*.js",
1212
"test:tape": "tape --require babel-register test/tape/*.js",
13-
"test": "npm run test:index && npm run test:chai && npm run test:expect && npm run test:expectjs && npm run test:should && npm run test:tape",
13+
"test": "npm run test:index && npm run test:chai && npm run test:expect && npm run test:expectjs && npm run test:jasmine && npm run test:should && npm run test:tape",
1414
"prepublish": "rimraf build && babel src --out-dir build --copy-files"
1515
},
1616
"repository": {

0 commit comments

Comments
 (0)