Jasmine Paratest
Parameterize your it
assertions, reduce lines of code and improve readability of your tests with this library.
Installation
Requires jasmine v2+ to run.
$ npm install -D jasmine-paratest
Usage
Configure cases for single it
assertion.
; ;
Test run will looks like
Tests for isEven method
Method should return true for 32
Method should return true for 12
Method should return true for 33
Method should return true for 2
Method should return true for 64