- Clone the repository.
npm install
- Add a console.log to
src/spec/itShouldBeFunction
file, where you call amethod
, imported on the top of the page, and pass any number of seconds there to get it converted to more human-understandable time format: console.log(method(6000000)). - Run
npm test
and see your output.