Skip to content

Commit

Permalink
update html in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lidlanca committed Feb 26, 2022
1 parent babadec commit f5eb70b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/runtime/samples/template/_config.js
Expand Up @@ -2,9 +2,10 @@ export default {
// solo: 1,

html: `
<template>
<div>foo</div>
</template>
<template id="t1">
<div>foo</div>
</template>
<template id="t2">123</template>
`,

test({ assert, target }) {
Expand Down

0 comments on commit f5eb70b

Please sign in to comment.