Foundations for switching to mocha for testing

This commit is contained in:
Daniel Lugo 2021-09-23 17:50:44 -04:00
parent 9d342a460c
commit 7bde98e6a3
5 changed files with 768 additions and 2490 deletions

View file

@ -73,7 +73,6 @@
"@types/eccrypto": "^1.1.2",
"@types/express": "^4.17.1",
"@types/gun": "^0.9.2",
"@types/jest": "^24.0.18",
"@types/jsonwebtoken": "^8.3.7",
"@types/lodash": "^4.14.168",
"@types/node-fetch": "^2.5.8",
@ -86,10 +85,10 @@
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^22.20.1",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^24.9.0",
"expect": "^27.2.1",
"lint-staged": "^10.2.2",
"mocha": "^9.1.1",
"nodemon": "^2.0.7",
"prettier": "^1.18.2",
"random-words": "^1.1.1",