UNPKG

nau

Version:

Get the current timestamp as an integer

8 lines (7 loc) 266 B
var expect = require('chai').expect; var nau = require('./index.js'); describe('Tests for getting current time in integer', function() { it('should return current time in integer', function() { expect(typeof nau()).to.be.equal('number'); }); });