Archived
1
0

refactor: move jest around and add code coverage

This commit is contained in:
Joe Previte
2021-01-21 16:39:04 -07:00
parent 883dd13850
commit 05beccf671
10 changed files with 40 additions and 53 deletions

View File

@ -1,14 +1,6 @@
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up",
"#": "the types and generates conflicts with mocha.",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node-fetch": "^2.5.8",
@ -16,7 +8,6 @@
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"supertest": "^6.1.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
"ts-jest": "^26.4.4"
}
}