Skip to content

Commit

Permalink
chore: remove unneeded ts comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Jan 6, 2024
1 parent f1f7891 commit 5259da7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export function pluginViteConfig(packageDirName: string, options: UserConfig = {
}

export default defineConfig({
// @ts-expect-error vitest
test: {
include: ['packages/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
environment: 'jsdom',
Expand Down

0 comments on commit 5259da7

Please sign in to comment.