Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal committed Dec 13, 2023
1 parent abe2515 commit ccf80d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jest.mock('../../../containers/all', () => {
});

jest.mock('../../timeline/properties/new_template_timeline', () => ({
NewTemplateTimeline: jest.fn(() => <div>{'Create new timeline template'}</div>),
NewTemplateTimeline: jest.fn(() => <div>{'Create new Timeline template'}</div>),
}));

jest.mock('../../timeline/properties/helpers', () => ({
NewTimeline: jest.fn().mockReturnValue(<div>{'Create new timeline'}</div>),
NewTimeline: jest.fn().mockReturnValue(<div>{'Create new Timeline'}</div>),
}));

jest.mock('../../../../common/containers/source', () => ({
Expand Down

0 comments on commit ccf80d9

Please sign in to comment.