Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ User scripts are compiled with sandbox context isolation:
- **React 18** - Component framework with automatic runtime
- **Arco Design** - UI component library (`@arco-design/web-react`)
- **UnoCSS** - Atomic CSS framework for styling
- **Redux Toolkit** - State management with RTK
- **Rspack** - Fast bundler (Webpack alternative) with SWC
- **TypeScript** - Type-safe development

Expand Down
2 changes: 1 addition & 1 deletion tests/test-utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ afterEach(() => {
cleanup();
});

// 自定义render函数,包装Redux Provider
// 自定义render函数,包装 Provider
const customRender = (
ui: ReactElement,
{ _initialState = {}, ...renderOptions }: { _initialState?: any; store?: any } & Omit<RenderOptions, "wrapper"> = {}
Expand Down
Loading