portals
Simon Holthausen 2 months ago
parent d7b1c8e789
commit 63d68049e6
No known key found for this signature in database

@ -1,7 +1,6 @@
import { test } from '../../test'; import { test } from '../../test';
export default test({ export default test({
solo: true,
mode: ['client'], mode: ['client'],
html: `<main><p>portaled</p></main>` html: `<main><p>portaled</p></main>`
}); });

@ -2,7 +2,6 @@ import { flushSync } from 'svelte';
import { test } from '../../test'; import { test } from '../../test';
export default test({ export default test({
solo: true,
html: '<button>toggle portalKey</button> <button>toggle outletKey</button>', html: '<button>toggle portalKey</button> <button>toggle outletKey</button>',
test({ assert, target }) { test({ assert, target }) {
const [togglePortalKey, toggleOutletKey] = target.querySelectorAll('button'); const [togglePortalKey, toggleOutletKey] = target.querySelectorAll('button');

@ -1,6 +1,5 @@
import { test } from '../../test'; import { test } from '../../test';
export default test({ export default test({
solo: true,
html: `<main><p>portaled</p></main>` html: `<main><p>portaled</p></main>`
}); });

Loading…
Cancel
Save