Skip to content

Variable: SOLID_TEST_CONDITIONS

const SOLID_TEST_CONDITIONS: string[]

Defined in: index.ts:65

The resolve conditions that pair with solidTestDeps: browser + development, so the inlined solid is the one shared dev build. Only meaningful under Vitest — a lib build's externals never resolve, and app consumers bring their own config. (Packages mixing node ws tests with jsdom Solid tests must also pin ws to its node entry — see aiui-remote-bar/aiui-intent-client's configs.)