We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0b21c commit aedb698Copy full SHA for aedb698
bunfig.toml
@@ -1,8 +1,8 @@
1
[test]
2
# Large monorepos (like Bun) may want to specify the test directory more specifically
3
-# By default, `bun test` scans every single folder recurisvely which, if you
4
-# have a gigantic submodule (like WebKit), it has to do lots of directory
+# By default, `bun test` scans every single folder recursively which, if you
+# have a gigantic submodule (like WebKit), requires lots of directory
5
# traversals
6
#
7
-# Instead, we can just make it scan only the test directory for Bun's runtime tests
+# Instead, we can only scan the test directory for Bun's runtime tests
8
root = "test"
0 commit comments