Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Jest uses ________ and ________ matchers to test a value is with exact equality.
Home
Framework
IONIC
Jest uses ________ and ________ matchers to test a value is with exact equality.
0
votes
asked
Jul 23, 2020
in
IONIC
by
Hodge
Q. Jest uses ________ and ________ matchers to test a value is with exact equality.
(1)toBeTruthy, toBeFalsy
(2)ToBeEqual , toMatch
(3)ToBe , toEqual
(4)toBeUndefined, toBeDefined
#jest
#framework
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 23, 2020
by
Hodge
Ans is
ToBe , toEqual
...