Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
refactor: Add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Jan 3, 2022
1 parent 7947d7f commit 67afbc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/WebSocketClient.test.ts
Expand Up @@ -90,6 +90,7 @@ describe('WebSocketClient', () => {
expect(ws.connected).toBe(false);
done();
});

it('returns true when called after the connection is created', done => {
const ws = createWebSocketClient();

Expand Down

0 comments on commit 67afbc7

Please sign in to comment.