unskip failing test

each-block-pending
Rich Harris 4 days ago
parent b9c7e45408
commit 0b519f1c34

@ -2,7 +2,6 @@ import { tick } from 'svelte';
import { test } from '../../test'; import { test } from '../../test';
export default test({ export default test({
skip: true,
async test({ assert, target }) { async test({ assert, target }) {
const [add, shift] = target.querySelectorAll('button'); const [add, shift] = target.querySelectorAll('button');

Loading…
Cancel
Save