0 votes
in AngularJS Packaging and Testing by (30.8k points)
Can I use Karma with testing framework X?

1 Answer

0 votes
by (30.8k points)

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.

Related questions

...