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
- Update test file
  • Loading branch information
Thiago Saife Rodrigues committed Dec 26, 2023
1 parent cee85fa commit 45ee6e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/customFetch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ 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('env =>', process.env);

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

0 comments on commit 45ee6e1

Please sign in to comment.