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 { test } from '../../test';
/** @type {PromiseWithResolvers<string>} */
/** @type {ReturnType<typeof deferred>} */
let d;
export default test({

Loading…
Cancel
Save