diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index e344cf9..cbd5f52 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Cron-based job scheduler integrated with mongoDB", "main": "index.js", "scripts": { - "start": "node index.js" + "test": "mocha test/**/*.test.ts" }, "author": "eug-vs", "license": "MIT", @@ -15,8 +15,13 @@ }, "devDependencies": { "@types/bluebird": "^3.5.33", + "@types/chai": "^4.2.14", "@types/cron": "^1.7.2", + "@types/mocha": "^8.0.4", "@types/mongoose": "^5.10.1", + "chai": "^4.2.0", + "mocha": "^8.2.1", + "ts-node": "^9.0.0", "typescript": "^4.1.2" } } |