Update jest and fix tests

This commit is contained in:
Nick Cipollo
2022-06-07 11:42:45 -04:00
parent 8a61907f5d
commit d7ebb9b36b
4 changed files with 954 additions and 1639 deletions

View File

@@ -61,11 +61,11 @@
"untildify": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.38",
"jest": "^27.5.1",
"jest": "^28.1.1",
"jest-circus": "^28.1.0",
"ts-jest": "^27.1.4",
"ts-jest": "^28.0.4",
"typescript": "^4.7.3"
}
}