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 4f369e0 commit 1d54dee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/customFetch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ describe('customFetch', () => {
client = new StoryblokClient({
oauthToken: process.env.VITE_OAUTH_TOKEN,
})
console.log('1', process.env.VITE_OAUTH_TOKEN)
console.log('2', env.VITE_OAUTH_TOKEN)
console.log('1', process.env)
})

test('should call GET method', async () => {
Expand Down

0 comments on commit 1d54dee

Please sign in to comment.