titangene / hexo-blog

Hexo blog source code
https://titangene.github.io/
0 stars 1 forks source link

Jest:Describe & Test case | Titangene Blog #22

Open titangene opened 4 years ago

titangene commented 4 years ago

https://titangene.github.io/article/jest-describe-test-case.html

上次介紹了 Jest 提供的 matcher,可讓你驗證程式碼是否符合預期,而這次來說明如何透過 describe 和 test 區塊來組織測試案例。當需求變多時,可針對需求來分類測試案例,將相關的測試放在同一個群組區塊內,此時就會用到 Jest 提供的 describe 和 test 區塊。