Skip to content

Commit

Permalink
fix: leave room before ending test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Mar 12, 2018
1 parent 256531a commit f91cffc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/same-node.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ describe('same node', function () {
}
})

after(() => rooms.forEach((room) => room.leave()))

after((done) => node.stop(done))

after((done) => repo.teardown(done))
Expand Down

0 comments on commit f91cffc

Please sign in to comment.