mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
9 lines
341 B
TOML
9 lines
341 B
TOML
[test]
|
|
# Large monorepos (like Bun) may want to specify the test directory more specifically
|
|
# By default, `bun test` scans every single folder recursively which, if you
|
|
# have a gigantic submodule (like WebKit), requires lots of directory
|
|
# traversals
|
|
#
|
|
# Instead, we can only scan the test directory for Bun's runtime tests
|
|
root = "test"
|