Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Heymann committed Mar 25, 2020
1 parent ade956a commit 32a6b56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/trail-fastify-server/test/server.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe('Server', () => {
})

after(async () => {
// await testServer.stopAll()
stubs.map(c => c.restore())
})

Expand Down
1 change: 0 additions & 1 deletion packages/trail-hapi-server/test/server.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ describe('Server', () => {
})

after(async () => {
// await testServer.stopAll()
stubs.map(c => c.restore())
})

Expand Down

0 comments on commit 32a6b56

Please sign in to comment.