diff options
author | 2023-08-18 08:46:47 -0700 | |
---|---|---|
committer | 2023-08-18 11:46:47 -0400 | |
commit | e5c13881f188f7e67595e3b2c32940b603cc388c (patch) | |
tree | 416834f757016f6f4a4df5a2305febf3e20b5c11 /packages/integrations/deno/test/basics.test.ts | |
parent | f50d02c201032b41f75964717b359b90399e9a74 (diff) | |
download | astro-e5c13881f188f7e67595e3b2c32940b603cc388c.tar.gz astro-e5c13881f188f7e67595e3b2c32940b603cc388c.tar.zst astro-e5c13881f188f7e67595e3b2c32940b603cc388c.zip |
[ci] release (beta) (#8073)create-astro@4.0.0-beta.1astro@3.0.0-beta.3@astrojs/vercel@4.0.0-beta.3@astrojs/telemetry@3.0.0-beta.2@astrojs/svelte@4.0.0-beta.1@astrojs/solid-js@3.0.0-beta.2@astrojs/react@3.0.0-beta.3@astrojs/mdx@1.0.0-beta.1@astrojs/cloudflare@7.0.0-beta.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/deno/test/basics.test.ts')
-rw-r--r-- | packages/integrations/deno/test/basics.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () => { |