Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr committed Jan 2, 2025
1 parent aec9136 commit 55fc66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/utils/__mocks__/miscellaneous.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ export const getAndValidateFileExtension = jest.fn((fileName: string) => fileNam
export const writeToFileByExtension = jest.fn();
export const checkForDeprecatedOptions = jest.fn();
export const saveBundle = jest.fn();
export const formatPath = jest.fn((path: string) => path);

0 comments on commit 55fc66c

Please sign in to comment.