diff --git a/src/behaviours/helm-charts/add-custom-helm-repository-in-preferences.test.ts b/src/behaviours/helm-charts/add-custom-helm-repository-in-preferences.test.ts index a39526e663..c13cfcc7af 100644 --- a/src/behaviours/helm-charts/add-custom-helm-repository-in-preferences.test.ts +++ b/src/behaviours/helm-charts/add-custom-helm-repository-in-preferences.test.ts @@ -34,7 +34,7 @@ describe("add custom helm repository in preferences", () => { let getActiveHelmRepositoriesMock: AsyncFnMock<() => AsyncResult>; beforeEach(async () => { - jest.useFakeTimers("modern"); + jest.useFakeTimers(); applicationBuilder = getApplicationBuilder();