summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-06-22 16:33:56 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-06-22 16:33:56 +0000
commitc2dffc1c388fec7456d267c6e29203f77441e01d (patch)
tree77ee8a0909adcb161eb859d44f41c4285619c349
parent85c33751c20002e29bd646325a6e39f83cbb1f4d (diff)
downloadastro-c2dffc1c388fec7456d267c6e29203f77441e01d.tar.gz
astro-c2dffc1c388fec7456d267c6e29203f77441e01d.tar.zst
astro-c2dffc1c388fec7456d267c6e29203f77441e01d.zip
[ci] format
-rw-r--r--packages/astro/test/entry-file-names.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/entry-file-names.test.js b/packages/astro/test/entry-file-names.test.js
index e9d1117c9..71f93876a 100644
--- a/packages/astro/test/entry-file-names.test.js
+++ b/packages/astro/test/entry-file-names.test.js
@@ -22,5 +22,5 @@ describe('vite.build.rollupOptions.entryFileNames', () => {
const js = await fixture.readFile('/assets/js/Hello.js');
expect(js).to.be.a('string');
expect(js.length).to.be.greaterThan(0);
- })
+ });
});