You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With respect to my recent PR to this awesome project, I had been researching ways to add stricter type checks to a code-first code-generated graphql schema. I found this package and included it in the openapi-to-graphql package to sanitize and validate input types for OpenAPI v3.x.xparameters and requestBody via their OAS schema definitions.
All Tests Pass on Travis CI/CD (NodeJS v10/11):
All Tests Pass on Local (NodeJS v10.17.0)
As you see above: All tests on my local copy of the project pass (PS: I am running NodeJS v10.17.0) but on the Travis CI/CD it fails specifically on Node 8/9 and passes on Node 10/11/12.
I suspect that the MQTT subscriptionspackage is the reason why. But I wanted help in debugging the issue.