Skip to content

Commit

Permalink
fix: update jest mock #2339
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Jun 5, 2024
1 parent 48bdddd commit b1afbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jest.mock('d3', () => ({
pie: () => ({ value: () => () => [] }),
}))
jest.mock('d3-interpolate', () => ({ extent: () => '' }))
jest.mock('./markdown.css', () => '')
jest.mock('./markdown.module.css', () => '')


const icons = Object.entries(Icons).reduce((acc, [iconName, iconComponent]) => {
Expand Down

0 comments on commit b1afbc1

Please sign in to comment.