Commit 2fd2e94
committed
chore(config): add Vitest configuration file
- Added vitest.config.ts:
- Configured Vitest settings with global variables and Node environment
- Included specific test files (`kata*/**/*.Test.*`)
- Excluded non-TypeScript test files (`**/node_modules/**`, `kata*/**/*.Test.coffee`, `kata*/**/*.Test.swift`, `kata*/**/*.Test.csharp`)
- Set up coverage reporters for text, JSON, and HTML
Introduced a new Vitest configuration file to define testing and coverage settings, ensuring compatibility with the project's testing structure and excluding non-relevant test files.1 parent a4f1bf6 commit 2fd2e94
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments