guides
guides copied to clipboard
Testing Guide
trafficstars
We need to include a recommended testing style for the Guides that gets users off the ground.
The current stack I'm using on internal product is:
- Mocha + Chai
- Sinon
- Mock-browser
This somewhat works in node.js but I don't have a good solution for setting up in-browser testing, interaction with DOM, etc. Suggestions will be welcome.
It would be super awesome if we can somehow relate this guide with Mn integrations repo