test: drop stale bun.lock assertion

This commit is contained in:
pi
2026-04-11 00:48:13 +01:00
parent 3529560e7a
commit 46721763d6

View File

@@ -27,5 +27,4 @@ test("package.json exposes pi-web-search as a standalone pi package", () => {
assert.ok(existsSync(resolve(packageRoot, "index.ts")));
assert.ok(existsSync(resolve(packageRoot, "src/runtime.ts")));
assert.ok(existsSync(resolve(packageRoot, "src/tools/web-search.ts")));
assert.equal(existsSync(resolve(packageRoot, "bun.lock")), false);
});