0 votes
in AngularJS Packaging and Testing by
What are Jasmine test cases?

1 Answer

0 votes
by

A Jasmine suite is a collection of test cases that can be used to verify a certain JavaScript behaviour (a JavaScript object or function).

...