We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e824634 commit c0a1748Copy full SHA for c0a1748
tests/e2e/usage.spec.ts
@@ -9,6 +9,7 @@ describe("UsageAPI", () => {
9
let client: UsageAPI;
10
11
beforeAll(() => {
12
+ console.log("API_KEY", API_KEY.substring(0, 4) + "...");
13
client = new UsageAPI(API_KEY);
14
});
15
0 commit comments