dkelosky / jest-stare

Jest HTML Reporter and Results Processor

Home Page:https://dkelosky.github.io/jest-stare/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moment.js

ghs opened this issue · comments

Hi,

Is there really a need to use moment for this simple formatting?

return "[" + moment().format("YYYY/MM/DD HH:MM:SS") + "]" + " " + "[" + type + "]" + " ";

Perhaps switch to something else or even better, use native? https://momentjs.com/docs/#/-project-status/

Thanks!

Stale issue message