feat(api): add node:test (#48437)

This commit is contained in:
Shaun Hamilton
2022-11-09 08:40:21 +00:00
committed by Mrugesh Mohapatra
parent f7644bec68
commit 37ed23ef38
2 changed files with 20 additions and 1 deletions
+2 -1
View File
@@ -33,8 +33,9 @@
},
"scripts": {
"build": "tsc index.ts",
"develop": "nodemon index.ts",
"start": "NODE_ENV=production node index.js",
"develop": "nodemon index.ts"
"test": "NODE_OPTIONS='--test-only' ts-node **/*.test.ts"
},
"version": "0.0.1"
}