fix(browser): route test support through sdk testing

This commit is contained in:
Peter Steinberger
2026-04-03 16:07:54 +01:00
parent 7e2b26f77b
commit 2a1a7ea6f9
2 changed files with 6 additions and 7 deletions

View File

@@ -61,6 +61,7 @@ export {
loadBundledPluginTestApiSync,
resolveRelativeBundledPluginPublicModuleId,
} from "../test-utils/bundled-plugin-public-surface.js";
export { expectGeneratedTokenPersistedToGatewayAuth } from "../test-utils/auth-token-assertions.js";
export { captureEnv, withEnv, withEnvAsync } from "../test-utils/env.js";
export { withFetchPreconnect, type FetchMock } from "../test-utils/fetch-mock.js";
export { createTempHomeEnv, type TempHomeEnv } from "../test-utils/temp-home.js";