aboutsummaryrefslogtreecommitdiff
path: root/bunfig.toml
blob: 99838d3ce6bf38674d05ac9590dcd208409ac214 (plain) (blame)
1
2
3
4
5
6
7
8
[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"