Setup and Teardown 为多次测试重复设置 一次性设置 作用域 describe 和 test 块的执行顺序 通用建议 Setup and Teardown 写测试的时候你经常需要在运行测试前做一些准备工作,和在运行测试后进行一些整理工作。 Jest 提供辅助函数来处理这个问题。 为多次测试重复设置 如果你有一些要为多次...
Structural Testing What’s Snapshot Testing? Using StoryShots Structural Testing For React, Jest’s snapshot testing is the best way to do Structural Testing.It’s painless to ...
Mutations and Actions Creating the Component Testing with a real Vuex store Testing using a mock store Testing a Namespaced Action (or Mutation) Conclusion This book is writ...