You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am looking for generating mocha test case automcatically from javascript files. I have one folder contains number of js files and I want to generate test cases for each functions present in that. I used yo mocha command, but it creates spec folder without any mentioning of my functions, present in the js modules.
How to create test suit for my functions from javascript file using yo mocha?
Thanks
Jihad Hamza
The text was updated successfully, but these errors were encountered:
Am looking for generating mocha test case automcatically from javascript files. I have one folder contains number of js files and I want to generate test cases for each functions present in that. I used yo mocha command, but it creates spec folder without any mentioning of my functions, present in the js modules.
How to create test suit for my functions from javascript file using yo mocha?
Thanks
Jihad Hamza
The text was updated successfully, but these errors were encountered: