We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01a7ff commit 1c91db5Copy full SHA for 1c91db5
WebSocket.tests.ps1
@@ -0,0 +1,8 @@
1
+
2
+describe WebSocket {
3
+ it 'Can get websocket content' {
4
+ $websocketContent = @(websocket wss://jetstream2.us-east.bsky.network/subscribe -TimeOut 00:00:01 -Watch)
5
6
+ $websocketContent.Count | Should -BeGreaterThan 0
7
+ }
8
+}
0 commit comments