6 lines
152 B
TOML
6 lines
152 B
TOML
[test]
|
|
# Set test timeout to 5 seconds (5000ms) to prevent hanging tests
|
|
timeout = 5000
|
|
|
|
# Preload the setup file
|
|
preload = ["./src/tests/setup.bun.ts"] |