Jest and Flow
#2960
-
Hi guys, having a problem when trying to test a flow function in a store. The Store
The Test
JEST error
|
Beta Was this translation helpful? Give feedback.
Answered by
urugator
May 31, 2021
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
urugator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
flow
returnspromise
... you have to awaitawait store.signIn("user", "pwd")
priorexpect(store.errorMsg).toStrictEqual("abc");