feat: add high-level Capsule lifecycle API
This commit is contained in:
@ -31,7 +31,7 @@ describe("resolveConfig", () => {
|
||||
vi.stubEnv("WRENN_TOKEN", undefined);
|
||||
vi.stubEnv("WRENN_HOST_TOKEN", undefined);
|
||||
|
||||
expect(resolveConfig()).toEqual({ baseUrl: "https://api.wrenn.dev" });
|
||||
expect(resolveConfig()).toEqual({ baseUrl: "https://app.wrenn.dev/api" });
|
||||
});
|
||||
|
||||
it("prefers explicit options over environment variables", () => {
|
||||
|
||||
Reference in New Issue
Block a user