Skip to content

Commit

Permalink
fix typo and grammar errors (oven-sh#5046)
Browse files Browse the repository at this point in the history
  • Loading branch information
xNaCly authored and paperdave committed Sep 18, 2023
1 parent eb0b21c commit aedb698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[test]
# Large monorepos (like Bun) may want to specify the test directory more specifically
# 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
# 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 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
root = "test"

0 comments on commit aedb698

Please sign in to comment.