titangene / hexo-blog

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

Jest:Manual Mocks | Titangene Blog #31

Open titangene opened 4 years ago

titangene commented 4 years ago

https://titangene.github.io/article/jest-manual-mocks.html

manual mock 是用於透過 mock 資料來對功能進行 stub out。例如:若你不想存取網站或 DB 之類的遠端資源,可能需要使用 fake data 來 manual mock 這些功能,以確保可以快速測試且不會出錯。