Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit ed5638d

Browse files
committed
Merge pull request #30 from ariskemper/patch-1
fix imports
2 parents 0ed057d + abde0ef commit ed5638d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/helpers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ var helpers = exports = module.exports = {
88
};
99
var assert = require('assert');
1010
var request = require('supertest');
11+
var expect = require('chai').expect;
1112

1213
_beforeEach.withApp = function(app) {
1314
if (app.models.User) {

0 commit comments

Comments
 (0)