mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
* Add `BUN_DEBUG` flag to control where debug logs go * Update all the actions * Configure temp * use spawn instead of rm * Use CLOSE_RANGE_CLOEXEC * Make some tests more reproducible * Update hot.test.ts * Detect file descriptor leaks and wait for stdout * Update runner.node.mjs * Update preload.ts --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
10 lines
371 B
TOML
10 lines
371 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"
|