Closed louiealmeda closed 8 years ago
You could add jasmine to karma.conf.js
and install the karma-jasmin adapter. Dropping mocha would mean no server side tests so personally I would keep that in.
// frameworks to use
// some available frameworks: https://npmjs.org/browse/keyword/karma-adapter
frameworks: ['mocha', 'chai', 'sinon', 'chai-sinon', 'jasmine']
we use mocha, but feel free to change to jasmine.
I hope there would be an option to use Jasmine for this generator