Skip to content

Commit e540a5c

Browse files
committed
Add test scripts
1 parent 39c02b1 commit e540a5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "deep-object-diff",
33
"version": "0.0.1",
44
"description": "Deep diffs two objects, including nested structures of arrays and objects, and return the difference.",
5+
"scripts": {
6+
"test": "mocha \"src/**/*spec.js\" --recursive --compilers js:babel-register",
7+
"test:coverage": "babel-node ./node_modules/.bin/babel-istanbul cover _mocha -- \"src/**/*spec.js\" --recursive --compilers js:babel-register",
8+
"test:watch": "npm test -- -w"
9+
},
510
"author": "Matt Phillips",
611
"license": "ISC",
712
"dependencies": {

0 commit comments

Comments
 (0)