mirror of
https://github.com/LukeHagar/prettier-plugin-openapi.git
synced 2025-12-06 04:21:03 +00:00
13 lines
226 B
TOML
13 lines
226 B
TOML
[test]
|
|
# Test configuration for Bun
|
|
preload = ["./test/setup.ts"]
|
|
timeout = 30000
|
|
coverage = true
|
|
coverageDir = "coverage"
|
|
coverageReporter = ["text", "lcov"]
|
|
|
|
[install]
|
|
# Install configuration
|
|
cache = true
|
|
production = false
|