/[sudobot]/branches/8.x/vitest.config.mjs
ViewVC logotype

Annotation of /branches/8.x/vitest.config.mjs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: text/javascript
File size: 315 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 import { defineConfig } from "vitest/config";
2    
3     export default defineConfig({
4     test: {
5     coverage: {
6     reportsDirectory: "coverage",
7     include: ["src"]
8     },
9     dir: "tests",
10     exclude: ["**/node_modules/**", "**/build/**", "**/extensions/**"]
11     },
12     plugins: []
13     });

team@onesoftnet.eu.org
ViewVC Help
Powered by ViewVC 1.1.26