summaryrefslogtreecommitdiff
path: root/packages/integrations/deno/test/basics.test.js
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-03-30 12:43:13 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-03-30 12:43:13 +0000
commit6a1a40eef8dc034c9e368fa4471620306d4286fd (patch)
treea390a3cfce19e0191a1316e833ff92e8a642fc34 /packages/integrations/deno/test/basics.test.js
parent13b271bc7d032f5f3749a9868532d12d442a09ef (diff)
downloadastro-6a1a40eef8dc034c9e368fa4471620306d4286fd.tar.gz
astro-6a1a40eef8dc034c9e368fa4471620306d4286fd.tar.zst
astro-6a1a40eef8dc034c9e368fa4471620306d4286fd.zip
[ci] format
Diffstat (limited to 'packages/integrations/deno/test/basics.test.js')
-rw-r--r--packages/integrations/deno/test/basics.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/deno/test/basics.test.js b/packages/integrations/deno/test/basics.test.js
index 93e0d5625..6f152d4f4 100644
--- a/packages/integrations/deno/test/basics.test.js
+++ b/packages/integrations/deno/test/basics.test.js
@@ -10,5 +10,5 @@ Deno.test({
const html = await resp.text();
assert(html);
});
- }
+ },
});