mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-29 15:42:18 +00:00
Fix test
This commit is contained in:
parent
92a2d0442b
commit
a7310f503a
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ var path = require("path");
|
||||||
|
|
||||||
var helpers = {}
|
var helpers = {}
|
||||||
|
|
||||||
helpers.app = require(path.join(__dirname, "../../index.js"));
|
helpers.server = require(path.join(__dirname, "../../index.js"));
|
||||||
|
|
||||||
|
helpers.app = helpers.server.app;
|
||||||
|
|
||||||
module.exports = helpers;
|
module.exports = helpers;
|
Loading…
Reference in a new issue