added cli-covarage tool and fixed more tests

This commit is contained in:
Boki 2025-06-26 14:23:01 -04:00
parent b63e58784c
commit b845a8eade
57 changed files with 11917 additions and 295 deletions

View file

@ -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"