You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(builder): add adapter package aliases to vitest config (#248)
The export tests were failing because Vitest couldn't resolve the adapter
packages (@openzeppelin/ui-builder-adapter-*). This is because they weren't
included in the resolve.alias configuration.
Added aliases for all adapter packages (evm, solana, stellar, midnight) to:
- resolve.alias
- dedupe
- optimizeDeps.include
- ssr.noExternal
This fixes the "Failed to resolve entry for package" error in export tests.
0 commit comments