Skip to content

Commit 3d3a97d

Browse files
committed
Merge branch 'master' of github.com:ParsePlatform/parse-server
2 parents c430ee9 + 3c3f1e5 commit 3d3a97d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ node_modules
2828

2929
# Emacs
3030
*~
31+
32+
# WebStorm/IntelliJ
33+
.idea

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
"request": "^2.65.0"
2323
},
2424
"devDependencies": {
25+
"istanbul": "^0.4.2",
2526
"jasmine": "^2.3.2"
2627
},
2728
"scripts": {
28-
"test": "TESTING=1 ./node_modules/.bin/jasmine"
29+
"test": "TESTING=1 ./node_modules/.bin/istanbul cover --include-all-sources ./node_modules/.bin/jasmine"
2930
},
3031
"engines": {
3132
"node": ">=4.1"

0 commit comments

Comments
 (0)