mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com> Co-authored-by: Meghan Denny <meghan@bun.sh>
13 lines
402 B
TOML
13 lines
402 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"
|
|
preload = "./test/preload.ts"
|
|
|
|
[install]
|
|
linker = "isolated"
|