async-svelte-map
Rich Harris 7 months ago
parent a6a548c6f6
commit 2cb3759e47

@ -3,6 +3,8 @@ import { test } from '../../test';
export default test({
async test({ assert, target }) {
await tick();
const [add, shift] = target.querySelectorAll('button');
add.click();
@ -12,8 +14,6 @@ export default test({
add.click();
await tick();
// TODO pending count / number of pushes is off
assert.htmlEqual(
target.innerHTML,
`

Loading…
Cancel
Save