mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
add not
This commit is contained in:
parent
af26f9bc7a
commit
14c9f295f9
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ Jestの代表的な機能を紹介します。
|
|||
|
||||
- `toBe` … 与えた値との同一性 (`===`) を検証します
|
||||
- `toEqual` … オブジェクトまたは配列のすべてのプロパティの同一性を再帰的に検証します
|
||||
- `not` … 検証の結果を反転させます
|
||||
|
||||
<iframe
|
||||
src="https://codesandbox.io/embed/github/kou029w/jest-hands-on/tree/main/templates/basic?codemirror=1&hidenavigation=1&previewwindow=tests&view=split&module=%2FtoBe.test.js"
|
||||
|
|
Loading…
Add table
Reference in a new issue