π Reference
π Index
toBeInTheDocument()
- GitHub 1
- The jest-dom utility library provides the
.toBeInTheDocument()
matcher, which can be used to assert that an element is in the body of the document, or not.
- This can be more meaningful than asserting a query result is null.
- μ€μ λ‘ μ‘΄μ¬νλ μ§ νμΈν¨.
- ν΄λΉνλ elementκ° νλ©΄μ μ‘΄μ¬νλ μ§ κ²μ¦νλ€.
toHaveAttribute()
- GitHub 1
- μμ± κ°μ΄ μ ννμ§ κ²μ¦νλ€.