Reorganize tests (#2332)

This commit is contained in:
Ashcon Partovi
2023-03-07 12:22:34 -08:00
committed by GitHub
parent 36275a44ce
commit f7e4eb8369
293 changed files with 436 additions and 2324 deletions

View File

@@ -1,8 +1,8 @@
[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
# By default, `bun test` 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"
root = "test"