Skip to content

Commit

Permalink
chore: upgrade algoliasearch
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxFrank13 committed Nov 19, 2024
1 parent cd618ae commit a2a6043
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/skills-builder/test/SkillsBuilder.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jest.mock('react-instantsearch', () => ({
InstantSearch: jest.fn(() => (null)),
}));

jest.mock('algoliasearch', () => ({
algoliasearch: jest.fn(),
}));

describe('skills-builder', () => {
beforeAll(() => {
useVisibilityFlags.mockImplementation(() => (DEFAULT_VISIBILITY_FLAGS));
Expand Down

0 comments on commit a2a6043

Please sign in to comment.