UNPKG

unroll

Version:

A helper tool to easily iterate through test data against a test method with verbose output about each iteration.

35 lines (34 loc) 437 B
{ "rules": { "indent": [ 2, 2 ], "quotes": [ 2, "single" ], "semi": [ 2, "always" ] }, "env": { "browser": true, "node": true }, "extends": [ "standard" ], "globals": { "window": true, "describe": true, "expect", "it": true, "beforeEach": true, "afterEach": true, "test": true, "suite": true, "jasmine": true } }