We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e2766 commit 50c4365Copy full SHA for 50c4365
test/core/utils.test.ts
@@ -18,7 +18,7 @@ import {
18
import { StorageMock } from './mocks';
19
20
// Mock the UpdatedAtHelper to isolate its functionality during tests.
21
-jest.mock('../src/core/updatedAtHelper', () => ({
+jest.mock('../../src/core/updatedAtHelper', () => ({
22
onSave: jest.fn(),
23
}));
24
0 commit comments