#jest
Read more stories on Hashnode
Articles with this tag
前陣子在替typescript邏輯寫單元測試需要多種test case來驗證.正當寫多個test() function覺得麻煩時,突然想到jest是否有提供像C# NUnit TestCase attribute的功能,能將多個test case透過function...
小弟團隊開發的前端專案是使用Context API與Hooks自幹的Flux-like架構。前陣子替產品的critical path測試flow遇到了一些障礙,主要是遇到透過reducer更新context...