pull/16823/head
Simon Holthausen 2 days ago
parent 18fae091f6
commit eac39305ec

@ -4,7 +4,6 @@ import { test } from '../../test';
export default test({
// In non-async mode we're not reacting to deriveds read in the same context they're defined in
skip_no_async: true,
solo: true,
test({ assert, target, logs }) {
const [a, b] = target.querySelectorAll('button');

@ -13,8 +13,8 @@ export default test({
target.innerHTML,
`
<button>increment</button>
<p>1/2</p
<p>1/2</p
<p>1/2</p>
<p>1/2</p>
`
);

Loading…
Cancel
Save