Skip to content

Commit e0d5922

Browse files
committed
Add unit test start script to package.json
1 parent 22259f9 commit e0d5922

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.0",
44
"description": "Create a hash checksum over a folder and its content - its children and their content",
55
"main": "index.js",
6+
"scripts": {
7+
"test": "mocha --reporter spec test"
8+
},
69
"author": {
710
"name": "Marc Walter",
811
"email": "[email protected]"

0 commit comments

Comments
 (0)