remove .only, update shell.md

This commit is contained in:
Dylan Conway
2024-01-19 19:59:06 -08:00
parent 35d551c174
commit 6fa35839c3
2 changed files with 2 additions and 4 deletions

View File

@@ -269,9 +269,7 @@ import { $ } from "bun";
const search = "bun";
const iterator = await $`cat list.txt | grep ${search}`.lines();
if (iterator.exitCode !== 0) {
throw new Error("oh no");
}
for await (let line of iterator) {
console.log(line);
}

View File

@@ -438,7 +438,7 @@ test("it should correctly link binaries after deleting node_modules", async () =
expect(await exited).toBe(0);
});
test.only("it should re-symlink binaries that become invalid when updating package versions", async () => {
test("it should re-symlink binaries that become invalid when updating package versions", async () => {
await writeFile(
join(packageDir, "package.json"),
JSON.stringify({