Skip to content

Commit

Permalink
OR-2270 Missing require for path
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bille committed May 18, 2016
1 parent 5b92102 commit 33db410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fixtures/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
var q = require('q');
var fs = require('fs-extra');
var mongoose = require('mongoose');
var path = require('path');

function connect(config) {
var defer = q.defer();
Expand Down

0 comments on commit 33db410

Please sign in to comment.