Unroll
Unroll copied to clipboard
enable strict mode
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.