Skip to content

Commit

Permalink
fix: vitest path alias bug
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz committed Feb 23, 2024
1 parent 29247d5 commit e4a368f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="vitest" />
import { crx } from '@crxjs/vite-plugin';
import react from '@vitejs/plugin-react-swc';
import { resolve } from 'path';
Expand Down Expand Up @@ -150,4 +151,9 @@ export default defineConfig({
// external: ['/@react-refresh'],
},
},
test: {
coverage: {
provider: 'v8',
},
},
});
9 changes: 0 additions & 9 deletions vitest.config.ts

This file was deleted.

0 comments on commit e4a368f

Please sign in to comment.