FrankyBoy / jasmine-params

Parameterization for jasmine tests
Apache License 2.0
2 stars 1 forks source link

addValues function typo , result.causes should be result.clauses? #1

Closed rajansen closed 9 years ago

rajansen commented 9 years ago

Tip to itterate through an array:

jparams
     .iterate('useCase')
     .values.apply(this,useCases).
     describe('test ', function (useCase) {.....
FrankyBoy commented 9 years ago

Thanks for pointing that out. I do not use the package any more so I missed that.

FrankyBoy commented 9 years ago

Published 0.3.2 to npm