[FEATURE] api-client
split unit tests for browser and node environment in some relevant differences
#1324
Labels
api-client
split unit tests for browser and node environment in some relevant differences
#1324
Description
createAPIClient.test.ts is an example when jsdom is being used - to emulate the browser context.
in that specific case we have to deal with an api instance that can be used in node.js environment and in the browser, then:
Use Case
provide bullet proof tests for both envs
Proposed Solution
No response
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: