Skip to content

Commit

Permalink
fix tests3
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrtko committed Oct 25, 2017
1 parent dcf1eb5 commit b6cbae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var chai = require('chai');
var chaiHttp = require('chai-http');
var should = chai.should();
chai.use(chaiHTTP);
chai.use(chaiHttp);

var app = require('../app');

Expand Down

0 comments on commit b6cbae2

Please sign in to comment.