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
susham kumar edited this page Aug 24, 2018
·
3 revisions
Here's a high level overview of how to add test cases to the project.
First, you should probably have a look through some of mocha and chai's docs.
You may find it beneficial to cross-reference their docs with our code base to get a feel for how to write a test.
Once you're comfortable with understanding how you might go about using them, make sure you have at least the minimum required dependencies (specified under devDependencies in package.json for developing with them.