more unit testing
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m15s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m15s
This commit is contained in:
@@ -40,8 +40,10 @@ export default defineConfig({
|
||||
],
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
reporter: ['text', 'html'],
|
||||
reportsDirectory: './coverage',
|
||||
// Add 'json' for merging and output to a temporary directory
|
||||
reporter: ['text', 'html', 'json'],
|
||||
reportsDirectory: './.coverage/unit',
|
||||
clean: true,
|
||||
include: ['src/**/*.{ts,tsx}'],
|
||||
exclude: [
|
||||
'src/main.tsx', 'src/vite-env.d.ts', 'src/types.ts', 'src/vitest.setup.ts',
|
||||
|
||||
Reference in New Issue
Block a user