add a runtime test, we can always add more later if we need to

pull/15538/head
Rich Harris 4 months ago
parent f4323057a1
commit 32d2b4ca93

@ -0,0 +1,9 @@
import { test } from '../../test';
export default test({
compileOptions: {
templatingMode: 'functional'
},
html: `<p>hello</p>`
});
Loading…
Cancel
Save