summaryrefslogtreecommitdiff
path: root/test/astro-styles-ssr.test.js
diff options
context:
space:
mode:
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 () => {