1
0
mirror of synced 2025-12-22 19:34:15 -05:00

jest 28.1.1 (#28797)

* got 28.1.1

* wip

* force upgrade nth-check

* legacyFakeTimers
This commit is contained in:
Peter Bengtsson
2022-06-29 13:55:03 +02:00
committed by GitHub
parent 703f158662
commit ee1f20f4fb
14 changed files with 3358 additions and 2605 deletions

View File

@@ -5,7 +5,7 @@ import { get, getDOM } from '../helpers/e2etest.js'
import { SURROGATE_ENUMS } from '../../middleware/set-fastly-surrogate-key.js'
import { PREFERRED_LOCALE_COOKIE_NAME } from '../../middleware/detect-language.js'
jest.useFakeTimers('legacy')
jest.useFakeTimers({ legacyFakeTimers: true })
describe('enterprise deprecation', () => {
jest.setTimeout(60 * 1000)