Skip to content

Commit

Permalink
test/ cleanup after test
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Feb 12, 2024
1 parent b93f956 commit 6f22576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/components/listeners.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('#listeners', () => {

afterEach(() => {
pubnub.stop();
pubnub.destroy();
});

it('should pass messages of subscribed channel to its listener', async () => {
Expand Down

0 comments on commit 6f22576

Please sign in to comment.