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
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
I prefer to use jsdom and enzyme for my test and mocha for running test instead of karma. Looking at the generated project it is not clear to me where among all the gulp configuration do I need to make changes to get it work. Can anyone can point me in the right direction?
The text was updated successfully, but these errors were encountered:
Gulp test task refers to karma tasks which are localized in the gulp_tasks/karma.js.
If you want to try anything else, simply install mocha manually and follow a tuto for mocha / react / jsdom. You should be able to make it works in parallel of Karma. After that, you have to run mocha from Gulp either with the Node API or a Gulp plugin.
Once you're satisfied, remove all reference to Karma in your project.
I prefer to use jsdom and enzyme for my test and mocha for running test instead of karma. Looking at the generated project it is not clear to me where among all the gulp configuration do I need to make changes to get it work. Can anyone can point me in the right direction?
The text was updated successfully, but these errors were encountered: