summaryrefslogtreecommitdiff
path: root/packages/astro/test/astro-scripts.test.js
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-08-27 14:13:41 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-08-27 14:13:41 +0000
commit5cc7947a587307afdaa2ad6d32bee81b7d39b5a8 (patch)
tree1f03d114a7584b83a5a27ef4f1ac884ab4cfbb52 /packages/astro/test/astro-scripts.test.js
parent788c769d78874e0315b9981eb16fbb3fbfb070e5 (diff)
downloadastro-5cc7947a587307afdaa2ad6d32bee81b7d39b5a8.tar.gz
astro-5cc7947a587307afdaa2ad6d32bee81b7d39b5a8.tar.zst
astro-5cc7947a587307afdaa2ad6d32bee81b7d39b5a8.zip
[ci] yarn format
Diffstat (limited to 'packages/astro/test/astro-scripts.test.js')
-rw-r--r--packages/astro/test/astro-scripts.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/test/astro-scripts.test.js b/packages/astro/test/astro-scripts.test.js
index 4bc1118df..d9e5273d6 100644
--- a/packages/astro/test/astro-scripts.test.js
+++ b/packages/astro/test/astro-scripts.test.js
@@ -31,10 +31,10 @@ Scripts('Moves inline scripts up', async ({ runtime }) => {
assert.equal($('body script').length, 0);
});
-Scripts('Builds the scripts to a single bundle', async({ build, readFile }) => {
+Scripts('Builds the scripts to a single bundle', async ({ build, readFile }) => {
try {
await build();
- } catch(err) {
+ } catch (err) {
console.error(err.stack);
assert.ok(!err);
return;