From c40d48e54efd9dcd6a9d7279d9cc75a0d9c900f5 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Mon, 24 Oct 2022 17:41:21 +0900 Subject: [PATCH] test: add `{#await}` type test --- .../type-info-tests/await-input.svelte | 7 ++++++ .../type-info-tests/await-output.json | 1 + .../type-info-tests/await-setup.ts | 24 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 tests/fixtures/integrations/type-info-tests/await-input.svelte create mode 100644 tests/fixtures/integrations/type-info-tests/await-output.json create mode 100644 tests/fixtures/integrations/type-info-tests/await-setup.ts diff --git a/tests/fixtures/integrations/type-info-tests/await-input.svelte b/tests/fixtures/integrations/type-info-tests/await-input.svelte new file mode 100644 index 00000000..87eeeb1a --- /dev/null +++ b/tests/fixtures/integrations/type-info-tests/await-input.svelte @@ -0,0 +1,7 @@ + + +{#await foo then bar} +