That is integration tests for MQTT package that were broken because of using an old API
https://github.com/aerogear/graphql-mqtt-subscriptions/blob/master/src/test/integration-tests.ts
Lib using a concept called Subscription Manager but that literally does not exist anymore in the latest version of graphql-subscriptions so idea The task is to rewrite those tests to use the latest API possibly you can get inspiration from this package https://github.com/davidyaha/graphql-redis-subscriptions/blob/master/src/test/integration-tests.ts
|
|