Skip to content

Commit

Permalink
A better test case
Browse files Browse the repository at this point in the history
  • Loading branch information
krubenok committed Nov 21, 2019
1 parent c994b4c commit 4f4e448
Show file tree
Hide file tree
Showing 4 changed files with 6,451 additions and 2,575 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ app.use('/auth', authRouter);
require('./app/server/routes')(app);

// listen (start app with node server.js) ======================================
app.listen(port);
console.log("App listening on port " + port);
module.exports = app.listen(port);
console.log("App listening on port " + port);
Loading

0 comments on commit 4f4e448

Please sign in to comment.