Skip to content

Commit eac3930

Browse files
committed
fix tests
1 parent 18fae09 commit eac3930

File tree

2 files changed

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

2 files changed

+2
-3
lines changed

packages/svelte/tests/runtime-runes/samples/derived-in-expression/_config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { test } from '../../test';
44
export default test({
55
// In non-async mode we're not reacting to deriveds read in the same context they're defined in
66
skip_no_async: true,
7-
solo: true,
87
test({ assert, target, logs }) {
98
const [a, b] = target.querySelectorAll('button');
109

packages/svelte/tests/runtime-runes/samples/untrack-own-deriveds/_config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export default test({
1313
target.innerHTML,
1414
`
1515
<button>increment</button>
16-
<p>1/2</p
17-
<p>1/2</p
16+
<p>1/2</p>
17+
<p>1/2</p>
1818
`
1919
);
2020

0 commit comments

Comments
 (0)