Import the missing ws function

This commit is contained in:
Felipe Knorr Kuhn 2025-04-02 11:25:40 +09:00
parent 1d2d9c0be6
commit 35d7b1c71d
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -1,4 +1,5 @@
import { emitMempoolInfo, dropWebSocket } from '../../support/websocket';
import { emitMempoolInfo, dropWebSocket, receiveWebSocketMessageFromServer } from '../../support/websocket';
const baseModule = Cypress.env('BASE_MODULE');