we should ensure we're testing that browser use of the library works as expected in a proper browser environment.
We're currently using vitest, so we can add browser tests with https://vitest.dev/guide/browser/#configuration. I know synapse-sdk uses playwright-test to run mocha tests in a browser environment, so maybe we want to do that, but that would be a lot of test re-writing.
related: #172 (comment)
we should ensure we're testing that browser use of the library works as expected in a proper browser environment.
We're currently using vitest, so we can add browser tests with https://vitest.dev/guide/browser/#configuration. I know synapse-sdk uses playwright-test to run mocha tests in a browser environment, so maybe we want to do that, but that would be a lot of test re-writing.
related: #172 (comment)