removed old tests, created new ones and format
This commit is contained in:
parent
7579afa3c3
commit
b03231b849
57 changed files with 4092 additions and 5901 deletions
|
|
@ -16,6 +16,9 @@ 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