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
To test ReactComponents, go to the root directory and simply type mocha. Mocha will automatically search for a directory called test and run all tests inside it, recursively.
You can also run Mocha in watch mode, meaning that, it will automatically listen to file changes and re-run the tests as any file changes. In order to run in watch mode, type mocha --watch.
If you are using WebStorm, you can run Mocha from the console (alt + F12):