bunfig.toml 130 B raw
1
[test]
2
# Test configuration for Bun
3
coverage = true
4
timeout = 5000
5
6
# Environment variables for tests
7
[test.env]
8
NODE_ENV = "test"