Is toss() mandatory to run the tests ? #241
Answered
by
ASaiAnudeep
mihirsasmal
asked this question in
Q&A
-
Hi, I am able to run the tests without using
So I am wondering why I should use |
Beta Was this translation helpful? Give feedback.
Answered by
ASaiAnudeep
Nov 18, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mihirsasmal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
toss
is not mandatory if you are using await statement. Typescript users will use it to avoid lint issues.