瀏覽代碼

Remove default test

Tatiana Inama 6 年之前
父節點
當前提交
2871c50141
共有 1 個文件被更改,包括 0 次插入9 次删除
  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();
-});