pull/12315/head
Dominic Gannaway 2 years ago
parent 5d9dd0bdff
commit 6db0f593f2

@ -6,9 +6,7 @@
"type": "module",
"license": "MIT",
"packageManager": "pnpm@9.4.0",
"engines": {
"pnpm": "^9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sveltejs/svelte.git"

@ -2,6 +2,8 @@ import { flushSync } from 'svelte';
import { test } from '../../test';
export default test({
html: '<button>0</button><button>0</button><button>cleanup</button>',
async test({ assert, target, logs }) {
const [b1, b2, b3] = target.querySelectorAll('button');

Loading…
Cancel
Save