jsdoc-typescript-plugin
jsdoc-typescript-plugin copied to clipboard
Unit testing
In addition to the e2e tests in place, I'd like to add some unit tests. Do you have a preference for which testing library is used. I usually use mocha or jasmine.
Whatever works best with TypeScript. I've had a pleasurable experience with karma/mocha/chai in other TypeScript projects.
Alright, lets do mocha and chai. Since we're not running in the browser, mocha's built in test runner should be good enough.