EvanHahn / HumanizeDuration.js

361000 becomes "6 minutes, 1 second"
https://evanhahn.github.io/HumanizeDuration.js/
The Unlicense
1.64k stars 175 forks source link

Update Mocha to the latest version #181

Closed EvanHahn closed 4 years ago

EvanHahn commented 4 years ago

As of this writing, Mocha, our test runner, is a major version behind. We should update it with npm install mocha@latest --save-dev and verify that everything works.

BeardyGod commented 4 years ago

@EvanHahn I am on this.