[test] add unit tests about Monit indexing
... | ... | @@ -4,7 +4,8 @@ |
"main": "index.js", | ||
"license": "AGPLv3", | ||
"scripts": { | ||
"prepublish": "tsc" | ||
"prepublish": "tsc", | ||
"test": "mocha" | ||
}, | ||
"dependencies": { | ||
"body-parser": "1.17.1", | ||
... | ... | @@ -21,8 +22,12 @@ |
}, | ||
"devDependencies": { | ||
"@types/node": "^11.9.3", | ||
"@types/mocha": "^2.2.41", | ||
"duniter": "1.7.x", | ||
"typescript": "^3.3.3" | ||
"typescript": "^3.3.3", | ||
"mocha": "^3.4.2", | ||
"should": "*", | ||
"ts-node": "^3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"duniter": "1.7.x" | ||
... | ... |
test/indexing.ts
0 → 100644
test/mocha.opts
0 → 100644
Please register or sign in to comment