Merge pull request #13559 from backstage/rugvip/jest29
cli: switch to Jest 29
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user