Fix diff in test runner

This commit is contained in:
Ashcon Partovi
2024-06-18 17:13:57 -07:00
parent 9db7294e0a
commit 579cf03158

View File

@@ -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)) {