Skip to content

Commit e8a7c42

Browse files
committed
remove errant log
1 parent ee25c15 commit e8a7c42

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/tests/runtime-runes/samples/flush-sync-no-scheduled

1 file changed

+0
-1
lines changed

packages/svelte/tests/runtime-runes/samples/flush-sync-no-scheduled/_config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default test({
55
const btn = target.querySelector('button');
66
const main = target.querySelector('main');
77
ok(main);
8-
console.log(main.innerHTML);
98
assert.htmlEqual(main.innerHTML, `<div>true</div>`);
109
// we don't want to use flush sync (or tick that use it inside) since we are testing that calling `flushSync` once
1110
// when there are no scheduled effects does not cause reactivity to break

0 commit comments

Comments
 (0)