mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 21:03:46 +00:00
refactor: make docker and e2b examples testable with exported setup functions
This commit is contained in:
parent
e434bc6d1e
commit
0ecf4cbe0d
8 changed files with 147 additions and 102 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { describe, it, expect } from "vitest";
|
||||
import { buildHeaders } from "../shared/sandbox-agent-client.ts";
|
||||
import { buildHeaders } from "@sandbox-agent/example-shared";
|
||||
import { setupE2BSandboxAgent } from "./e2b.ts";
|
||||
|
||||
const shouldRun = Boolean(process.env.E2B_API_KEY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue