Skip to content

Commit 32d2b4c

Browse files
committed
add a runtime test, we can always add more later if we need to
1 parent f432305 commit 32d2b4c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { test } from '../../test';
2+
3+
export default test({
4+
compileOptions: {
5+
templatingMode: 'functional'
6+
},
7+
8+
html: `<p>hello</p>`
9+
});
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>hello</p>

0 commit comments

Comments
 (0)