From dd3b51647bdfee4c91709f2a64950c43719d093c Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Thu, 26 Oct 2023 18:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/web/src/App.test.tsx | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 template/web/src/App.test.tsx diff --git a/template/web/src/App.test.tsx b/template/web/src/App.test.tsx deleted file mode 100644 index 2a68616..0000000 --- a/template/web/src/App.test.tsx +++ /dev/null @@ -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(); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -});