Rich Harris 23 hours ago committed by GitHub
commit 550fc0b3a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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