mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
12 lines
371 B
TOML
12 lines
371 B
TOML
|
|
|
|
|
|
[test]
|
|
# Large monorepos (like Bun) may want to specify the test directory more specifically
|
|
# By default, `bun wiptest` scans every single folder recurisvely which, if you
|
|
# have a gigantic submodule (like WebKit), it has to do lots of directory
|
|
# traversals
|
|
#
|
|
# Instead, we can just make it scan only the test directory for Bun's runtime tests
|
|
root = "test/bun.js"
|