Skip to content

Commit 63c145a

Browse files
author
Aaron Dabney
committed
added test scripts
Signed-off-by: Aaron Dabney <[email protected]>
1 parent 088b1f8 commit 63c145a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"prettier:check": "prettier --config .prettierrc --c \"**/*.ts\"",
2121
"prettier:format": "prettier --config .prettierrc --write",
2222
"prettier:format-all": "npm run prettier:format -- \"**/*.ts\"",
23-
"cleanup": "rm -rf target"
23+
"cleanup": "rm -rf target",
24+
"test": "npm run build && npm run test:fast",
25+
"test:fast": "mocha \"lib/**/tests/**/*.spec.ts\" --require ts-node/register"
2426
},
2527
"license": "(UPL-1.0 OR Apache-2.0)",
2628
"dependencies": {

0 commit comments

Comments
 (0)