mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 00:51:34 +00:00
7 lines
166 B
TOML
7 lines
166 B
TOML
preload = ["@opentui/solid/preload"]
|
|
|
|
[test]
|
|
preload = ["./test/preload.ts"]
|
|
timeout = 10000 # 10 seconds (default is 5000ms)
|
|
# Enable code coverage
|
|
coverage = true
|