Amrish Ravidas

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Amrish Ravidas created a post, Support for Tape/Tap based test cases
How would I run test cases that I created using the Tape testing framework? For Mocha, I would open Run/Debug Configurations dialog --> Press + sign and add "Mocha" to run them... wondering what is... -
-
Amrish Ravidas created a post, Debugging Mocha tests written in ES6
On using WebStorm 10 for Node.js dev, I am unable to step through the test cases (written in ES6) while debugging. I guess the transcompilation is making the test file go out of sync. Wondering if ...