Skip to content

Commit

Permalink
feat(int-1031): Add customFetch method to Storyblok class
Browse files Browse the repository at this point in the history
- Removing skip
  • Loading branch information
Thiago Saife Rodrigues committed Dec 27, 2023
1 parent 5dee122 commit 3077b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/customFetch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('define environment variables', () => {
const accessToken = process.env.VITE_ACCESS_TOKEN;
const oauthToken = process.env.VITE_OAUTH_TOKEN;
const spaceId = process.env.VITE_SPACE_ID;
console.log('vars =>', accessToken, oauthToken, spaceId);
console.log('vars & secrets =>', accessToken, oauthToken, spaceId);

expect(accessToken).toBeDefined();
expect(oauthToken).toBeDefined();
Expand Down

0 comments on commit 3077b4e

Please sign in to comment.