Skip to content

Commit

Permalink
xpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Dec 24, 2024
1 parent 8fdf728 commit 026cbeb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ describe('api', () => {
expect(client.appId).toEqual('APP_ID');
});

test('exposes the `apiKey` currently in use at the root of the API', () => {
expect(client.apiKey).toEqual('API_KEY');
});

test('provides a `clearCache` method', () => {
expect(client.clearCache).not.toBeUndefined();
expect(() => client.clearCache()).not.toThrow();
Expand Down

0 comments on commit 026cbeb

Please sign in to comment.