Skip to content

Commit f95c88a

Browse files
committed
chore: silence some pesky logs
1 parent 777e67b commit f95c88a

File tree

2 files changed

+6
-2
lines changed
  • packages/svelte/tests/runtime-runes/samples

2 files changed

+6
-2
lines changed

packages/svelte/tests/runtime-runes/samples/inspect-state-unsafe-mutation/_config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ export default test({
55
compileOptions: {
66
dev: true
77
},
8-
error: 'state_unsafe_mutation'
8+
9+
error: 'state_unsafe_mutation',
10+
11+
// silence the logs
12+
test({ logs }) {}
913
});

packages/svelte/tests/runtime-runes/samples/legacy-runes-ambiguous-export-labeled/_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default test({
66
compileOptions: {
77
runes: undefined
88
},
9-
async test({ assert, target }) {
9+
async test({ assert, target, logs }) {
1010
const p = target.querySelector('p');
1111
const btn = target.querySelector('button');
1212
flushSync(() => {

0 commit comments

Comments
 (0)