pull/3640/head
Conduitry 6 years ago
parent 5f1b3c1b54
commit 46af4917a7

@ -1,7 +1,7 @@
export default {
html: `
<button>+1</button>
<p>count:0</p>
<p>count: 0</p>
`,
async test({ assert, component, target, window }) {

@ -1,7 +1,7 @@
export default {
html: `
<button>+1</button>
<p>count:1</p>
<p>count: 1</p>
`,
async test({ assert, component, target, window }) {

Loading…
Cancel
Save