mirror of https://github.com/sveltejs/svelte
parent
f4323057a1
commit
32d2b4ca93
@ -0,0 +1,9 @@
|
|||||||
|
import { test } from '../../test';
|
||||||
|
|
||||||
|
export default test({
|
||||||
|
compileOptions: {
|
||||||
|
templatingMode: 'functional'
|
||||||
|
},
|
||||||
|
|
||||||
|
html: `<p>hello</p>`
|
||||||
|
});
|
@ -0,0 +1 @@
|
|||||||
|
<p>hello</p>
|
Loading…
Reference in new issue