Unroll icon indicating copy to clipboard operation
Unroll copied to clipboard

enable strict mode

Open mreinstein opened this issue 7 years ago • 0 comments

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.

mreinstein avatar Sep 14 '17 18:09 mreinstein