We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
最近在接入 Jest,发现网上很多博客和文章写得都太简单了,除了 expect(sum(1, 1)).toEqual(2) 就没了,比较少深入的实践。而且 Jest 的中文官网翻译得也太烂了,完全不适合国人阅读。
expect(sum(1, 1)).toEqual(2)
我在给团队接入 Jest 的时候查了不少 StackOverflow 以及 Github,总结了一套《Jest 实践指南》。希望能帮助要学习前端测试的同学 ~
单单教程还是太单薄了,遇到坑就出不来了,所以我还做了一个配套项目,阅读者遇到卡壳时,可以参考配套的 Github 项目。
The text was updated successfully, but these errors were encountered:
感谢,很有用
Sorry, something went wrong.
No branches or pull requests
最近在接入 Jest,发现网上很多博客和文章写得都太简单了,除了
expect(sum(1, 1)).toEqual(2)
就没了,比较少深入的实践。而且 Jest 的中文官网翻译得也太烂了,完全不适合国人阅读。我在给团队接入 Jest 的时候查了不少 StackOverflow 以及 Github,总结了一套《Jest 实践指南》。希望能帮助要学习前端测试的同学 ~
单单教程还是太单薄了,遇到坑就出不来了,所以我还做了一个配套项目,阅读者遇到卡壳时,可以参考配套的 Github 项目。
The text was updated successfully, but these errors were encountered: