Rich Harris 8 months ago
parent fa8d4596d2
commit 53b639de83

@ -2,7 +2,7 @@ import { tick } from 'svelte';
import { deferred } from '../../../../src/internal/shared/utils.js'; import { deferred } from '../../../../src/internal/shared/utils.js';
import { test } from '../../test'; import { test } from '../../test';
/** @type {PromiseWithResolvers<string>} */ /** @type {ReturnType<typeof deferred>} */
let d; let d;
export default test({ export default test({

Loading…
Cancel
Save