UNPKG

pm2-web

Version:
12 lines (9 loc) 259 B
var humanise = require(__dirname + "/../../../../ui/filters/humanise"), sinon = require("sinon"), should = require("should"); module.exports = { "Should humanise date": function( test ) { humanise()(new Date()).should.be.a.string; test.done(); } };