test if setup file messes up ci coverage

This commit is contained in:
Rene Haas
2022-10-21 15:37:23 +02:00
parent 7aef902b9b
commit 2bab95c83d
3 changed files with 4 additions and 2 deletions
@@ -5,5 +5,5 @@ import { OverlayScrollbarsComponent } from '~/overlayscrollbars-react';
test('renders learn react link', () => {
render(<OverlayScrollbarsComponent msg="hi" />);
const linkElement = screen.getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
// expect(linkElement).toBeInTheDocument();
});