Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s3fs committed Dec 25, 2024
1 parent 0326c73 commit 5e2f65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/__tests__/common/hooks/useConfig.hook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jest.mock('@common/services/userValues', () => ({
UserValuesService: jest.fn(),
}));
jest.mock('@common/helpers/record.helper', () => ({
getEditingRecordBlocks: jest.fn(),
...jest.requireActual('@common/helpers/record.helper'),
getRecordTitle: jest.fn(),
getPrimaryEntitiesFromRecord: jest.fn(),
}));
Expand Down

0 comments on commit 5e2f65d

Please sign in to comment.