dashboard
repositories
filestore
activity
search
login
程明卫
/
cloud-melody-front
云小调AI智能体前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: 数据加载稳定性重构 - 将证据材料和调解协议API集中到CaseDataContext统一管理
tony.cheng
2026-03-12
85d9447504b83d4b4b0550d4b5199e284e14a06f
[~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();
});