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 772ae96 commit 65b8863Copy full SHA for 65b8863
src/App.test.tsx
@@ -1,9 +1,10 @@
1
-import React from 'react';
2
-import { render, screen } from '@testing-library/react';
3
-import App from './App';
+// import React from 'react';
+// import { render, screen } from '@testing-library/react';
+// import App from './App';
4
5
test('renders learn react link', () => {
6
- render(<App />);
7
- const linkElement = screen.getByText(/learn react/i);
8
- expect(linkElement).toBeInTheDocument();
+ // render(<App />);
+ // const linkElement = screen.getByText(/learn react/i);
+ // expect(linkElement).toBeInTheDocument();
9
+ // expect(true).toBe(true);
10
});
0 commit comments