featurehub-io / featurehub-javascript-sdk

Official FeatureHub Javascript, Typescript, React, SolidJS, Node SDKs
MIT License
6 stars 4 forks source link

[internal/four-style-testing] Allow env to configure connection type #158

Closed rvowles closed 1 year ago

rvowles commented 1 year ago

Description

Mostly fixes in ensuring that the tests can be run via environment variables in polling or SSE mode so they can be automated for every variant of featurehub-installs.

Also moves logging of API key to trace level.

Fixes #157