Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 添加vscode项目推荐插件配置 #1

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
fix(docs): 贡献指南错别字更正
  • Loading branch information
EnochGao committed Sep 30, 2022
commit aa439f7dc06e4d014a6dd36d1ff9f2905c2f72db
2 changes: 1 addition & 1 deletion .github/contributing-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ jest 单元测试
| 快照测试 | Jest |
| E2E 测试 | Playwright |

每一个组件都应该至少包含一个完整的 jest 单元测试,我们使用 preact 官房推荐的`@testing-library/preact`库来做 DOM 测试,
每一个组件都应该至少包含一个完整的 jest 单元测试,我们使用 preact 官方推荐的`@testing-library/preact`库来做 DOM 测试,

> [preact 组件测试](https://preactjs.com/guide/v10/preact-testing-library/)

Expand Down