Skip to content

Commit 59aac66

Browse files
committed
chore: add test command
1 parent 56dbdf5 commit 59aac66

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
@@ -38,6 +38,7 @@
3838
"scripts": {
3939
"gen": "ts-node --transpile-only script/gen-types.ts",
4040
"test": "npm run gen && npm run build && script/run-tests.sh",
41+
"run-test": "mocha --reporter spec --full-trace lib/test/run.js",
4142
"clean": "rimraf lib/",
4243
"build": "tsc",
4344
"prepare": "npm run clean && npm run build"

0 commit comments

Comments
 (0)