Skip to content

Commit

Permalink
no export resetMockedConstants
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Jan 8, 2025
1 parent 86503a2 commit 0407e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/tests/utils/mockable-constants.test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const mockedConstants: MockableConstants = {
notForceCallStrategy: undefined,
};

export const resetMockedConstants = () => {
const resetMockedConstants = () => {
Object.keys(mockedConstants).forEach((key) => {
mockedConstants[key] = defaultTestConstants[key];
});
Expand Down

0 comments on commit 0407e13

Please sign in to comment.