Skip to content

Commit

Permalink
End test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain METAYER committed Feb 27, 2018
1 parent bda12f3 commit fda2dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ describe("Simple test", function () {

after(function (done) {
// Because server.close() doesn't work
//process.exit();
server.close();
process.exit();
//server.close();
done();
})

Expand Down

0 comments on commit fda2dd5

Please sign in to comment.