lawrencec / Unroll

A helper tool to easily run the same tests against multiple data with verbose output.
16 stars 5 forks source link

enable strict mode #36

Open mreinstein opened 7 years ago

mreinstein commented 7 years ago

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.