Skip to content

Commit 6db0f59

Browse files
committed
fix
1 parent 5d9dd0b commit 6db0f59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"type": "module",
77
"license": "MIT",
88
"packageManager": "[email protected]",
9-
"engines": {
10-
"pnpm": "^9.0.0"
11-
},
9+
1210
"repository": {
1311
"type": "git",
1412
"url": "git+https://github.com/sveltejs/svelte.git"

packages/svelte/tests/runtime-runes/samples/effect-root-3/_config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { flushSync } from 'svelte';
22
import { test } from '../../test';
33

44
export default test({
5+
html: '<button>0</button><button>0</button><button>cleanup</button>',
6+
57
async test({ assert, target, logs }) {
68
const [b1, b2, b3] = target.querySelectorAll('button');
79

0 commit comments

Comments
 (0)