dashboard
repositories
filestore
activity
search
login
程明卫
/
cloud-melody-front
云小调AI智能体前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'test/tony.cheng/260312' of http://120.79.193.119:9090/r/~chen...
shimai
9 days ago
88a31d5a960bd10f3799bc00f8aa24461567d06e
[~chengmw/cloud-melody-front.git]
/
web-app
/
src
/
App.test.js
1
2
3
4
5
6
7
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();
});