Skip to content

Commit

Permalink
More debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Oct 1, 2024
1 parent b747372 commit b4faa5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export async function addAPIKey(): Promise<APIKey | void> {
client: "Tests",
});

console.log(process.env.CDS_API_KEY);
console.log(apiKey);
return apiKey;
}
Expand Down

0 comments on commit b4faa5d

Please sign in to comment.