Replaced currentTimestamp function with moment format X.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
var chai = require('chai');
|
||||
var expect = chai.expect;
|
||||
|
||||
import currentTimestamp from '../../assets/js/helpers/currentTimestamp';
|
||||
|
||||
describe('currentTimestamp', function() {
|
||||
it('should be a function', function() {
|
||||
expect(currentTimestamp).to.be.a('function');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user