Skip to content

Commit

Permalink
fix path to cache mock (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensDll committed Feb 16, 2024
1 parent 866b0fd commit 2e119c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/icons.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Icons, SCALE, type ScaleFactory } from '~/src/index.ts'

const consoleErrorMock = vi.spyOn(console, 'error')

vi.mock('~tailwindcss-plugin-icons/cache', () => {
vi.mock('~/src/chunks/state/cache.ts', () => {
return {
IconifyFileCache: class {},
}
Expand Down

0 comments on commit 2e119c9

Please sign in to comment.