summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-08-03 17:14:12 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-08-03 17:14:12 +0000
commit010bf72958da7ffed28fde20b7dfedada9e683bd (patch)
tree6584f3d3a711403520b89f87abf061d3c546b8d2
parent39df7952a5a53e8540b834419e8fa553e45ea7d3 (diff)
downloadastro-010bf72958da7ffed28fde20b7dfedada9e683bd.tar.gz
astro-010bf72958da7ffed28fde20b7dfedada9e683bd.tar.zst
astro-010bf72958da7ffed28fde20b7dfedada9e683bd.zip
[ci] yarn format
-rw-r--r--packages/astro/test/fetch.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/fetch.test.js b/packages/astro/test/fetch.test.js
index 5f00a61ad..6c32840db 100644
--- a/packages/astro/test/fetch.test.js
+++ b/packages/astro/test/fetch.test.js
@@ -15,4 +15,4 @@ Fetch('Is available in non-Astro components.', async ({ runtime }) => {
assert.equal($('#jsx').text(), 'function');
});
-Fetch.run(); \ No newline at end of file
+Fetch.run();