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 e67653f commit 3815cde
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
@@ -1,5 +1,5 @@
import { expect, test, describe, beforeEach } from 'vitest'
import StoryblokClient from 'src/index.ts'
import StoryblokClient from '../'

const generateJibberishWord = (length) => {
const characters = 'abcdefghijklmnopqrstuvwxyz'
Expand Down

0 comments on commit 3815cde

Please sign in to comment.