Merge pull request #13559 from backstage/rugvip/jest29

cli: switch to Jest 29
This commit is contained in:
Patrik Oldsberg
2022-09-20 18:48:50 +02:00
committed by GitHub
53 changed files with 1332 additions and 796 deletions
@@ -44,7 +44,7 @@ jest.mock('@google-cloud/firestore', () => ({
Firestore: jest.fn().mockImplementation(() => firestoreMock),
}));
jest.useFakeTimers('legacy');
jest.useFakeTimers({ legacyFakeTimers: true });
describe('FirestoreKeyStore', () => {
const key = {