移除不用的文件

This commit is contained in:
Wang Kejun 2023-10-26 18:46:33 +08:00
parent 85857cb431
commit dd3b51647b
1 changed files with 0 additions and 9 deletions

View File

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