fix: remove buggy node polyfill plugin (#18531)
* fix: remove buggy node polyfill plugin * fix websocket test * remove assert dependency
This commit is contained in:
@ -65,7 +65,7 @@ if (process.env.TEST_LIVE) {
|
||||
});
|
||||
|
||||
it('connect by websocket endpoint from options', async () => {
|
||||
let connection = new Connection('', {
|
||||
let connection = new Connection('http://localhost', {
|
||||
wsEndpoint: wsUrl,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user