We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee25c15 commit e8a7c42Copy full SHA for e8a7c42
packages/svelte/tests/runtime-runes/samples/flush-sync-no-scheduled/_config.js
@@ -5,7 +5,6 @@ export default test({
5
const btn = target.querySelector('button');
6
const main = target.querySelector('main');
7
ok(main);
8
- console.log(main.innerHTML);
9
assert.htmlEqual(main.innerHTML, `<div>true</div>`);
10
// we don't want to use flush sync (or tick that use it inside) since we are testing that calling `flushSync` once
11
// when there are no scheduled effects does not cause reactivity to break
0 commit comments