Jelajahi Sumber

Remove default test

Tatiana Inama 6 tahun lalu
induk
melakukan
2871c50141
1 mengubah file dengan 0 tambahan dan 9 penghapusan
  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();
-});