mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
8 lines
166 B
TOML
8 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
|