summaryrefslogtreecommitdiff
path: root/test/react-component.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/react-component.test.js')
-rw-r--r--test/react-component.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/react-component.test.js b/test/react-component.test.js
index 48608f902..db3004be5 100644
--- a/test/react-component.test.js
+++ b/test/react-component.test.js
@@ -17,7 +17,7 @@ React.before(async () => {
};
try {
- runtime = await createRuntime(astroConfig, {logging});
+ runtime = await createRuntime(astroConfig, { logging });
} catch (err) {
console.error(err);
setupError = err;