项目初始化

此提交包含在:
2021-07-17 22:47:12 +08:00
父節點 de922c19f8
當前提交 c4f95a0ead
共有 11 個檔案被更改,包括 220 行新增113 行删除

8
src/App.test.js 一般檔案
查看文件

@@ -0,0 +1,8 @@
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();
});