puppeteer-browser-agent
Version:
Puppeteer browser agent for use in AI agent systems
16 lines (13 loc) • 445 B
text/typescript
// import * as assert from "node:assert/strict";
// import { describe, it } from "node:test";
// await describe("foobar()", async () => {
// await describe("given two positive integers", async () => {
// const first = 1;
// const second = 2;
// await describe("when called", async () => {
// await it("returns the sum of them multiplied by 3", () => {
// assert.equal(foobar(first, second), 9);
// });
// });
// });
// });