Add get_versions, fix docs build

This commit is contained in:
Jon Staab
2025-04-09 12:17:46 -07:00
parent b04ed79af9
commit 45b59c1a4c
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ describe("Socket", () => {
socket.open()
const closeSpy = vi.spyOn(socket._ws, "close")
const closeSpy = vi.spyOn(socket._ws!, "close")
socket.close()