jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
968 stars 120 forks source link

useSignificantDigits error when template is trimmed #87

Closed jsmreese closed 6 years ago

jsmreese commented 6 years ago

Failing test:

equal(moment.duration(39, "seconds").format("d [days], h [hours], m [minutes], s [seconds]", { useSignificantDigits: true, precision: 2 }), "40 seconds"); // outputs "" in version 2.0.1