aboutsummaryrefslogtreecommitdiff
path: root/bunfig.toml
blob: 6d9b1c272841986e5d56d4d4abb7a3d0bad4bf5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11



[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"