added cli-covarage tool and fixed more tests
This commit is contained in:
parent
b63e58784c
commit
b845a8eade
57 changed files with 11917 additions and 295 deletions
|
|
@ -12,13 +12,9 @@ workspaces = true
|
|||
# Configure coverage and test behavior
|
||||
coverage = true
|
||||
timeout = "30s"
|
||||
|
||||
# Configure test environment
|
||||
preload = ["./test/setup.ts"]
|
||||
|
||||
# Exclude dist directories from test runs
|
||||
exclude = ["**/dist/**", "**/node_modules/**", "**/*.js"]
|
||||
|
||||
# Environment variables for tests
|
||||
[test.env]
|
||||
NODE_ENV = "test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue