Skip to content

Commit

Permalink
fix tests (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSide authored May 24, 2017
1 parent 906add7 commit d3a4040
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .jestrc

This file was deleted.

2 changes: 1 addition & 1 deletion tests/support/expectations.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = function (request, config, isServer) {
});

// Init module
superagentMock = require('./../../lib/superagent-mock')(request, config, logger);
superagentMock = require('./../../src/superagent-mock')(request, config, logger);

go();
});
Expand Down

0 comments on commit d3a4040

Please sign in to comment.