Skip to content

Commit 50c4365

Browse files
Fix util tests
1 parent 99e2766 commit 50c4365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
import { StorageMock } from './mocks';
1919

2020
// Mock the UpdatedAtHelper to isolate its functionality during tests.
21-
jest.mock('../src/core/updatedAtHelper', () => ({
21+
jest.mock('../../src/core/updatedAtHelper', () => ({
2222
onSave: jest.fn(),
2323
}));
2424

0 commit comments

Comments
 (0)