fixed dependencies
This commit is contained in:
parent
3fc401ea79
commit
7b93de8844
4 changed files with 7 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ var sinon = sinon || require('sinon');
|
|||
var should = chai.should();
|
||||
|
||||
var csv = require('../js/util/csv')
|
||||
var moment = require('../lib/moment/moment');
|
||||
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