fix: remove buggy node polyfill plugin (#18531)

* fix: remove buggy node polyfill plugin

* fix websocket test

* remove assert dependency
This commit is contained in:
Justin Starry
2021-07-09 00:33:41 -05:00
committed by GitHub
parent f6371cce17
commit 2ef2b6daa0
12 changed files with 24 additions and 20 deletions

View File

@ -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,
});