summaryrefslogtreecommitdiff
path: root/test/astro-styles-ssr.test.js
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-03-30 10:51:31 -0400
committerGravatar GitHub <noreply@github.com> 2021-03-30 10:51:31 -0400
commit3b27eaac4384e82e7f08122f0797a9671470781a (patch)
tree8c4c1b653d7f947e1589a35046ef4f64b92d7c97 /test/astro-styles-ssr.test.js
parentdbd764bdeb2b514a426690cedb390edb9c2a75de (diff)
downloadastro-3b27eaac4384e82e7f08122f0797a9671470781a.tar.gz
astro-3b27eaac4384e82e7f08122f0797a9671470781a.tar.zst
astro-3b27eaac4384e82e7f08122f0797a9671470781a.zip
Add support for doctype (#37)
* Add support for doctype * Automatically prepend doctype
Diffstat (limited to 'test/astro-styles-ssr.test.js')
-rw-r--r--test/astro-styles-ssr.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/astro-styles-ssr.test.js b/test/astro-styles-ssr.test.js
index 69fa68353..27da41049 100644
--- a/test/astro-styles-ssr.test.js
+++ b/test/astro-styles-ssr.test.js
@@ -16,7 +16,7 @@ StylesSSR.before(async () => {
dest: process.stderr,
};
- runtime = await createRuntime(astroConfig, logging);
+ runtime = await createRuntime(astroConfig, {logging});
});
StylesSSR.after(async () => {