Skip to content

Commit

Permalink
installed supertest and mocha, exported app from server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amituuush committed Jan 23, 2017
1 parent bf27c76 commit 55df8fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"webpack": "^1.12.14"
},
"scripts": {
"test": "nodemon --exec 'mocha --recursive -R min",
"test": "nodemon --exec 'mocha --recursive -R min'",
"start": "node server.js"
},
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ var log = function() {
}

app.listen(process.env.PORT || 4005, log);

module.exports = app;

0 comments on commit 55df8fc

Please sign in to comment.