Unit test 0 passing #5348
-
I trying to writre unit test for a contract but it keep showing 0 passing |
Beta Was this translation helpful? Give feedback.
Answered by
Alanle1011
Apr 20, 2023
Replies: 1 comment 3 replies
-
@Alanle1011 Make sure the file code is running. Add any console log statement and see does it gets printed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ohhh it seem that i miss spell the word "beforeEach" on line 8. It work now. Thank you very much