we need websocket polyfill on relay tests.

This commit is contained in:
fiatjaf
2022-12-21 17:09:00 -03:00
parent 8aa31bb437
commit 26e6da6ba3
2 changed files with 104 additions and 106 deletions

View File

@@ -37,7 +37,8 @@
"node-fetch": "2",
"ts-jest": "^29.0.3",
"tsd": "^0.22.0",
"typescript": "^4.9.4"
"typescript": "^4.9.4",
"websocket-polyfill": "^0.0.3"
},
"scripts": {
"build": "node build.js",