pointing to older moment.js version
This commit is contained in:
parent
7b93de8844
commit
da89ba647b
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ var sinon = sinon || require('sinon');
|
|||
var should = chai.should();
|
||||
|
||||
var csv = require('../js/util/csv')
|
||||
moment = moment || require('moment');
|
||||
var moment = moment || require('moment');
|
||||
|
||||
describe('csv utils', function() {
|
||||
it('should convert simple json', function(done) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue