Browse Source

Remove default test

Tatiana Inama 6 năm trước cách đây
mục cha
commit
2871c50141
1 tập tin đã thay đổi với 0 bổ sung9 xóa
  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();
-});