diff options
author | 2022-06-22 16:33:56 +0000 | |
---|---|---|
committer | 2022-06-22 16:33:56 +0000 | |
commit | c2dffc1c388fec7456d267c6e29203f77441e01d (patch) | |
tree | 77ee8a0909adcb161eb859d44f41c4285619c349 | |
parent | 85c33751c20002e29bd646325a6e39f83cbb1f4d (diff) | |
download | astro-c2dffc1c388fec7456d267c6e29203f77441e01d.tar.gz astro-c2dffc1c388fec7456d267c6e29203f77441e01d.tar.zst astro-c2dffc1c388fec7456d267c6e29203f77441e01d.zip |
[ci] format
-rw-r--r-- | packages/astro/test/entry-file-names.test.js | 2 |
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); - }) + }); }); |