Upgrade packages and Node versions. (#989)

* Upgrade to Node 16

* Upgrade packages and Node versions.
This commit is contained in:
Oleksii Trekhleb
2023-01-30 08:19:38 +01:00
committed by GitHub
parent 1d6249d552
commit bcd1cc1b00
7 changed files with 11923 additions and 2432 deletions

View File

@ -24,7 +24,9 @@ module.exports = {
// This option sets the URL for the jsdom environment.
// It is reflected in properties such as location.href.
// @see: https://github.com/facebook/jest/issues/6769
testURL: 'http://localhost/',
testEnvironmentOptions: {
url: 'http://localhost/',
},
// @see: https://jestjs.io/docs/en/configuration#coveragethreshold-object
coverageThreshold: {