Unroll icon indicating copy to clipboard operation
Unroll copied to clipboard

A helper tool to easily run the same tests against multiple data with verbose output.

Results 38 Unroll issues
Sort by recently updated
recently updated
newest added

## Version **2.9.0** of [jasmine](https://github.com/jasmine/jasmine-npm) was just published. Branch Build failing 🚨 Dependency jasmine Current Version 2.8.0 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

## Version **21.0.0** of [jest](https://github.com/facebook/jest) just got published. Dependency jest Current Version 20.0.4 Type devDependency The version **21.0.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

## Version **0.0.32** of [karma-spec-reporter](https://github.com/mlex/karma-spec-reporter) was just published. Dependency karma-spec-reporter Current Version 0.0.31 Type devDependency The version **0.0.32** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

currently it's a little tricky to use this package in a typescript project. To unroll in a Typescript project one needs to: 1. Install the package using npm. 2. Declare...

@lawrencec Hey, I think there may be an issue with 1.5. Note that 1.4 seems to be working fine so it's not an emergency for us as I just pinned...

using `unroll` in my unit tests breaks CI for node v5 and lower, because it uses `let`, `const` and other features available only in strict mode. This PR fixes that.

CI(Travis) seems not to be exposing the `CODECLIMATE_REPO_TOKEN` to the build anymore. https://travis-ci.org/lawrencec/Unroll/jobs/270528437

It should be possible to unroll.only to delegate to it.only, thus providing a way to only run the specified test.

enhancement