Skip to content

Commit

Permalink
chore: Updated Xpert tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma committed Dec 23, 2024
1 parent db5da67 commit c2b0504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/widgets/Xpert.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jest.mock('../experiments', () => ({
usePromptExperimentDecision: jest.fn(),
}));

jest.mock('../utils/scroll', () => ({
scrollToBottom: jest.fn(),
}));

const initialState = {
learningAssistant: {
currentMessage: '',
Expand Down

0 comments on commit c2b0504

Please sign in to comment.