summaryrefslogtreecommitdiff
path: root/packages/integrations/deno
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-18 08:46:47 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-18 11:46:47 -0400
commite5c13881f188f7e67595e3b2c32940b603cc388c (patch)
tree416834f757016f6f4a4df5a2305febf3e20b5c11 /packages/integrations/deno
parentf50d02c201032b41f75964717b359b90399e9a74 (diff)
downloadastro-@astrojs/svelte@4.0.0-beta.1.tar.gz
astro-@astrojs/svelte@4.0.0-beta.1.tar.zst
astro-@astrojs/svelte@4.0.0-beta.1.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/deno')
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/deno/test/basics.test.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 1c2184f89..d1b76bf58 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -36,7 +36,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.2"
+ "astro": "workspace:^3.0.0-beta.3"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/test/basics.test.ts b/packages/integrations/deno/test/basics.test.ts
index 30bca0eb3..78672d34b 100644
--- a/packages/integrations/deno/test/basics.test.ts
+++ b/packages/integrations/deno/test/basics.test.ts
@@ -52,7 +52,7 @@ Deno.test({
assertEquals(style?.getAttribute('type'), 'text/css');
- assert(style?.textContent?.includes('Courier New'))
+ assert(style?.textContent?.includes('Courier New'));
});
await t.step('Correctly loads run-time env variables', async () => {