Skip to content

Commit 1192a5f

Browse files
committed
🔨 Add tdd script
1 parent eb883ee commit 1192a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"ot-fuzzer": "^1.0.0"
1919
},
2020
"scripts": {
21+
"tdd": "npm test -- --watch",
2122
"test": "mocha --require 'coffee-script/register' 'test/**'"
2223
},
2324
"repository": {

0 commit comments

Comments
 (0)