fixed dependencies

This commit is contained in:
Ivan Socolsky 2014-12-03 16:54:23 -03:00
commit 7b93de8844
4 changed files with 7 additions and 3 deletions

View file

@ -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) {