Skip to content

Commit

Permalink
import BrowserWebSocketClientAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill committed Dec 5, 2023
1 parent f979ae4 commit af5dd03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import http from "http"
import { getPortPromise as getAvailablePort } from "portfinder"
import { describe, it } from "vitest"
import WebSocket from "ws"
import { BrowserWebSocketClientAdapter } from "../src/BrowserWebSocketClientAdapter.js"
import { NodeWSServerAdapter } from "../src/NodeWSServerAdapter.js"

describe("Websocket adapters", () => {
Expand Down

0 comments on commit af5dd03

Please sign in to comment.