feat:改名字

This commit is contained in:
许永平
2025-07-03 17:52:32 +08:00
parent 0c8138c5fc
commit 47ff85bafa
19 changed files with 0 additions and 0 deletions

9
nkebao/src/App.test.tsx Normal file
View File

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