Skip to content

Commit

Permalink
wip: fixing tests not exiting properly
Browse files Browse the repository at this point in the history
In progress, Some tests are not exiting. Making sure everything is stopped when a test is done.
  • Loading branch information
tegefaulkes committed Apr 28, 2022
1 parent a1d58f9 commit 3e5e82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/notifications/NotificationsManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ describe('NotificationsManager', () => {
await receiver.stop();
await queue.stop();
await nodeConnectionManager.stop();
await nodeManager.stop();
await nodeGraph.stop();
await proxy.stop();
await sigchain.stop();
Expand Down

0 comments on commit 3e5e82c

Please sign in to comment.