mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix typo
This commit is contained in:
@@ -1080,7 +1080,7 @@ function getRelevantTests(cwd) {
|
||||
const filteredTests = [];
|
||||
|
||||
if (options["node-tests"]) {
|
||||
tests = tests.filter(isNodeParallelTest);
|
||||
tests = tests.filter(isNodeTest);
|
||||
}
|
||||
|
||||
const isMatch = (testPath, filter) => {
|
||||
|
||||
Reference in New Issue
Block a user