Tests refactor
This commit is contained in:
parent
245520fb50
commit
99134d8556
165 changed files with 911 additions and 531 deletions
|
|
@ -4,14 +4,13 @@ export default defineConfig({
|
|||
test: {
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
include: ['src/**/*.test.ts'],
|
||||
include: ['tests/**/*.test.ts'],
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
enabled: false, // enable via --coverage flag or test:cov script
|
||||
all: true,
|
||||
include: ['src/**/*.ts'],
|
||||
exclude: [
|
||||
'src/**/*.test.ts',
|
||||
'src/scripts/**',
|
||||
'src/common/types.ts', // declaration merging only — no runtime logic
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue