Update testing dependencies

This commit is contained in:
Tee
2021-03-11 19:40:07 -05:00
parent 5435e233e9
commit 1492b96a23
2 changed files with 4806 additions and 6 deletions

View File

@ -11,7 +11,7 @@
"SDK"
],
"scripts": {
"test": "mocha --reporter spec --require ts-node/register 'coverage/**/*.test.ts'",
"test": "jest",
"build": "tsc"
},
"repository": {
@ -29,11 +29,10 @@
"axios": "0.21.1"
},
"devDependencies": {
"@types/chai": "^4.1.1",
"@types/mocha": "^2.2.46",
"chai": "^4.1.2",
"mocha": "^8.2.1",
"ts-node": "^4.1.0",
"@types/jest": "26.0.20",
"jest": "26.6.3",
"ts-jest": "26.5.3",
"ts-node": "4.1.0",
"typescript": "4.1.5"
}
}