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

Commit

Permalink
describe
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Sep 30, 2022
1 parent a089979 commit bf64af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/WebSocketClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const WEBSOCKET_URL = `ws://localhost:${WEBSOCKET_PORT}`;

let server: WebSocket.Server;

fdescribe('WebSocketClient', () => {
describe('WebSocketClient', () => {
function createWebSocketClient(url: string = WEBSOCKET_URL): WebSocketClient {
return new WebSocketClient(url, () => {
return Promise.resolve({
Expand Down

0 comments on commit bf64af6

Please sign in to comment.