Skip to content

Commit

Permalink
update CodecovCLI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Oct 2, 2024
1 parent eccc009 commit 5b2d0e0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const wrapper: (initialEntries?: string) => React.FC<PropsWithChildren> =
</ThemeContextProvider>
)

jest.mock('../FrameworkTabsCard', () => ({
__esModule: true,
vi.mock('../FrameworkTabsCard', () => ({
FrameworkTabsCard: () => 'FrameworkTabsCard',
}))

Expand Down

0 comments on commit 5b2d0e0

Please sign in to comment.