介紹 核心概念 1. 入口(Entry) 2. 出口(Output) 3. Loader 4. 插件(Plugins)
在編寫(xiě)測(cè)試時(shí)间护,通常需要在測(cè)試運(yùn)行之前進(jìn)行一些設(shè)置工作盗似,并且需要在測(cè)試運(yùn)行后進(jìn)行一些完成工作。 Jest提供幫助函數(shù)來(lái)處理這個(gè)烫映。 如果你有一些工作...
JavaScript中經(jīng)常有異步運(yùn)行的代碼。如果你要測(cè)試異步的代碼购撼,Jest需要知道他測(cè)試的代碼是否已經(jīng)完成異步動(dòng)作蔬将,然后才可以進(jìn)行測(cè)試。Jes...
In this article we will discuss how to use Higher Order Components to ke...
你也可以使用Jest的“匹配器”來(lái)測(cè)試數(shù)據(jù)渡八。有很多不同的匹配器啃洋,所以這篇文章只會(huì)介紹最常用的幾種。 普通匹配 最簡(jiǎn)單的的測(cè)試方法就是看兩個(gè)比較值...
創(chuàng)建一個(gè)項(xiàng)目文件加 jestTest mkdir /.../jestTest 進(jìn)入 jestTest文件夾 cd /.../jestTest 通...
Once your website or application goes past a small number of lines, it w...
Components can refer to other components in their output. This lets us u...
Previously, we only encountered React elements that represent DOM tags: ...