chore: Update (ts-)jest and use modern fake timers where possible

* chore(deps): update dependency jest to v27

* chore: Update (ts-)jest and use modern fake timers where possible

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com>
This commit is contained in:
renovate[bot]
2021-05-31 15:29:14 +02:00
committed by GitHub
parent 9172f2ae59
commit afc662ca9a
8 changed files with 1549 additions and 2425 deletions

View File

@@ -155,7 +155,7 @@
"eslint-plugin-tsdoc": "^0.2.7",
"eslint-plugin-unused-imports": "^1.0.0",
"husky": "^4.2.5",
"jest": "^26.6.3",
"jest": "^27.0.3",
"jest-rdf": "^1.5.0",
"manual-git-changelog": "^1.0.1",
"node-mocks-http": "^1.8.1",
@@ -164,7 +164,7 @@
"set-cookie-parser": "^2.4.8",
"stream-to-string": "^1.1.0",
"supertest": "^6.0.0",
"ts-jest": "^26.3.0",
"ts-jest": "^27.0.2",
"typedoc": "^0.20.36",
"typescript": "^4.0.2"
}