mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
full build
This commit is contained in:
@@ -1354,7 +1354,6 @@ async function getVendorTests(cwd) {
|
||||
* @returns {string[]}
|
||||
*/
|
||||
function getRelevantTests(cwd, testModifiers, testExpectations) {
|
||||
console.log("getRelevantTests", cwd, testModifiers, testExpectations);
|
||||
let tests = getTests(cwd);
|
||||
const availableTests = [];
|
||||
const filteredTests = [];
|
||||
|
||||
Reference in New Issue
Block a user