mirror of https://github.com/sveltejs/svelte
parent
d7b1c8e789
commit
63d68049e6
@ -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>`
|
||||||
});
|
});
|
||||||
|
|||||||
@ -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…
Reference in new issue