summaryrefslogtreecommitdiff
path: root/test/react-component.test.js
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-03-30 14:52:09 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-03-30 14:52:09 +0000
commitd267fa461b73586118437e190b92b9956f9add73 (patch)
tree50ea72167bb016146fc007abe99c4d72d7e1cd49 /test/react-component.test.js
parent3b27eaac4384e82e7f08122f0797a9671470781a (diff)
downloadastro-d267fa461b73586118437e190b92b9956f9add73.tar.gz
astro-d267fa461b73586118437e190b92b9956f9add73.tar.zst
astro-d267fa461b73586118437e190b92b9956f9add73.zip
[ci] npm run format
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;