Skip to content

Commit 4785b42

Browse files
committed
add command to run tests locally
1 parent 0ebee64 commit 4785b42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/sync-wrap/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"main": "src/main.js",
55
"scripts": {
66
"start": "node src/main.js --use_strict",
7-
"debug": "nodemon --inspect src/main.js"
7+
"debug": "nodemon --inspect src/main.js",
8+
"test": "mocha ./src/*.spec.js"
89
},
910
"author": "",
1011
"license": "",

0 commit comments

Comments
 (0)