Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Szakacs committed Oct 19, 2016
1 parent 3f9a172 commit a4216d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/TempServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class TempServer {
*/
async start () {
this._server = connect()
/* istanbul ignore next */
this._server.use((req, res) => res.end(`Hello there at ${this._host}:${this._port}!\n`))

return new Promise((resolve) => {
Expand Down

0 comments on commit a4216d9

Please sign in to comment.