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

Commit abde0ef

Browse files
offlinehackerroot
authored andcommitted
fix imports
Signed-off-by: Jaka Hudoklin <[email protected]>
1 parent 26e573f commit abde0ef

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)