0 votes
in AngularJS Packaging and Testing by
Can I use Karma with testing framework X?

1 Answer

0 votes
by

Yes. There are plugins for most of the common testing frameworks (such as Jasmine, Mocha, QUnit). If there is no plugin for the testing framework you like, go ahead and write one. It is simple - you can start by looking into the source code of the existing ones.

...