Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | 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 | }); |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |