diff --git a/bunfig.toml b/bunfig.toml index d34602b..c181319 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,3 +1,15 @@ [test] -# Only run tests in the test/ directory, ignoring engine262/ and other subdirectories -root = "./test" +# Ignore these folders during testing and module resolution +pathIgnorePatterns = [ + "engine262/**", + "spec-built/**", + "node_modules/**", + "dist/**", + "build/**", + "coverage/**", + ".idea/**", + "docs/**", + "storage/**", + "graphology/**", + ".git/**", +]