mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix diff in test runner
This commit is contained in:
@@ -137,7 +137,7 @@ async function runTests(target, filters) {
|
||||
|
||||
for (const path of [cwd, testsPath]) {
|
||||
const title = relative(cwd, join(path, "package.json")).replace(/\\/g, "/");
|
||||
// await runTest(title, async () => spawnBunInstall(execPath, { cwd: path }));
|
||||
await runTest(title, async () => spawnBunInstall(execPath, { cwd: path }));
|
||||
}
|
||||
|
||||
if (results.every(({ ok }) => ok)) {
|
||||
|
||||
Reference in New Issue
Block a user