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
- Skipping tests until we solve environment variables issues
  • Loading branch information
Thiago Saife Rodrigues committed Dec 26, 2023
1 parent 2f89f6e commit 416c1a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/customFetch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const generateJibberishWord = (length) => {
return jibberishWord
}

console.log('test env =>', process.env)

describe.skip('define environment variables', () => {
test('Accessing Environment Variables', () => {
const accessToken = process.env.VITE_ACCESS_TOKEN;
Expand Down

0 comments on commit 416c1a1

Please sign in to comment.