Skip to content

Commit eda7c87

Browse files
committed
update report page test cases
1 parent f4d4882 commit eda7c87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/tests/report.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const TestSidebar = ({ long }) => {
2626
};
2727

2828
describe('REPORT PAGE', () => {
29+
global.URL.createObjectURL = jest.fn();
2930
it('should render the report component with initial loading state', () => {
3031
render(<Report />);
3132
expect(screen.getByRole('heading', { name: 'BLAST-ing' })).toBeInTheDocument();

0 commit comments

Comments
 (0)