We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d4882 commit eda7c87Copy full SHA for eda7c87
1 file changed
public/js/tests/report.spec.js
@@ -26,6 +26,7 @@ const TestSidebar = ({ long }) => {
26
};
27
28
describe('REPORT PAGE', () => {
29
+ global.URL.createObjectURL = jest.fn();
30
it('should render the report component with initial loading state', () => {
31
render(<Report />);
32
expect(screen.getByRole('heading', { name: 'BLAST-ing' })).toBeInTheDocument();
0 commit comments