test: Add WebSockets integration test.

This commit is contained in:
Ruben Verborgh
2020-11-25 11:19:55 +01:00
committed by Joachim Van Herwegen
parent 59f99e1728
commit 16d447f221
5 changed files with 157 additions and 7 deletions

View File

@@ -87,7 +87,7 @@
"@types/yargs": "^15.0.5",
"arrayify-stream": "^1.0.0",
"async-lock": "^1.2.4",
"componentsjs": "^3.6.0",
"componentsjs": "^3.6.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"fetch-sparql-endpoint": "^1.8.0",
@@ -113,6 +113,7 @@
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"componentsjs-generator": "^1.6.0",
"cross-fetch": "^3.0.6",
"eslint": "^7.9.0",
"eslint-config-es": "^3.20.3",
"eslint-import-resolver-typescript": "^2.3.0",