Fix tests

This commit is contained in:
Hongbo Wu
2022-10-10 14:59:49 +08:00
parent 177c69499b
commit c8575a203b
3 changed files with 16 additions and 1 deletions

View File

@ -14,5 +14,12 @@
"puppeteer-core": "^16.1.0",
"underscore": "^1.13.4",
"winston": "^3.3.3"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0"
},
"scripts": {
"test": "mocha test/*.js"
}
}