mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-04 08:02:19 +08:00
Upgrade packages and Node versions. (#989)
* Upgrade to Node 16 * Upgrade packages and Node versions.
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user