chore: switch package manager to bun and create docs for codebase
This commit is contained in:
@ -12,7 +12,8 @@ const waitTimeoutMs = Number(process.env.WRENN_TEST_WAIT_TIMEOUT_MS ?? 120_000);
|
||||
const testTimeoutMs = waitTimeoutMs + 45_000;
|
||||
const describeWithApiKey = apiKey ? describe : describe.skip;
|
||||
|
||||
const clientOpts = { apiKey, baseUrl } satisfies CapsuleCreateOptions;
|
||||
const clientOpts: CapsuleCreateOptions = { baseUrl };
|
||||
if (apiKey) clientOpts.apiKey = apiKey;
|
||||
|
||||
async function withLiveCapsule(
|
||||
fn: (capsule: Capsule) => Promise<void>,
|
||||
|
||||
Reference in New Issue
Block a user