Skip to content

Commit c0a1748

Browse files
committed
debug
1 parent e824634 commit c0a1748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/usage.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ describe("UsageAPI", () => {
99
let client: UsageAPI;
1010

1111
beforeAll(() => {
12+
console.log("API_KEY", API_KEY.substring(0, 4) + "...");
1213
client = new UsageAPI(API_KEY);
1314
});
1415

0 commit comments

Comments
 (0)