Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Jan 6, 2025
1 parent d24086c commit 238687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default defineConfig({
external: ['react', 'next-intl', 'react/jsx-runtime', 'react-dom'],
},
},
// @ts-expect-error TypeScript doesnt detect interface overload by vitest
// @ts-expect-error TypeScript doesn't detect interface overload by vitest
test: {
globals: true,
environment: 'jsdom',
Expand Down

0 comments on commit 238687d

Please sign in to comment.