Skip to content

Commit da2feaf

Browse files
authored
chore: silence some pesky logs (#16241)
1 parent 0b2b9c7 commit da2feaf

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy