Skip to content

Commit

Permalink
fix: merge partial mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Sep 30, 2021
1 parent 40f23d1 commit a6aa2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/charts/src/utils/__mocks__/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const hasPartialObjectToMerge = jest.fn(module.hasPartialObjectToMerge);
/** @internal */
export const shallowClone = jest.fn(module.shallowClone);
/** @internal */
export const mergeOptionals = jest.fn(module.mergeOptionals);
export const mergePartial = jest.fn(module.mergePartial);
/** @internal */
export const isNumberArray = jest.fn(module.isNumberArray);
/** @internal */
Expand Down

0 comments on commit a6aa2dd

Please sign in to comment.