chore: pass renderer in test mount

fix-interleaving
paoloricciuti 3 months ago committed by GitHub
parent a236135396
commit b9ab9cbefb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -228,7 +228,7 @@ async function run_test(cwd: string, config: CustomRendererTest, compile_options
let component: Record<string, any> | undefined;
try {
const result = mount(mod.default, {
component = mount(mod.default, {
renderer,
target,
props: config.props ?? {},

Loading…
Cancel
Save