Przeglądaj źródła

Remove default test

Tatiana Inama 6 lat temu
rodzic
commit
2871c50141
1 zmienionych plików z 0 dodań i 9 usunięć
  1. 0 9
      app/src/App.test.tsx

+ 0 - 9
app/src/App.test.tsx

@@ -1,9 +0,0 @@
-import React from 'react';
-import { render } from '@testing-library/react';
-import App from './App';
-
-test('renders learn react link', () => {
-  const { getByText } = render(<App />);
-  const linkElement = getByText(/learn react/i);
-  expect(linkElement).toBeInTheDocument();
-});