File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,9 @@ name | arguments | description
137
137
-------------------------------|------------|-----------------------------------
138
138
flush | | Executes all pending requests
139
139
expectConnect | url:String | Specify the url of an expected WebSocket connection
140
- expectClose | | Expect "close" to be called on the WebSocket
140
+ expectClose | url:String | Expect "close" to be called on the WebSocket
141
141
expectSend | msg:String | Expectation of send to be called, with required message
142
+ mockClose | url:String | Used to fake close a socket and test corresponding close handlers
142
143
verifyNoOutstandingExpectation | | Makes sure all expectations have been satisfied, should be called in afterEach
143
144
verifyNoOutstandingRequest | | Makes sure no requests are pending, should be called in afterEach
144
145
You can’t perform that action at this time.
0 commit comments