[ci] format

This commit is contained in:
matthewp 2022-06-22 16:33:56 +00:00 committed by github-actions[bot]
parent 85c33751c2
commit c2dffc1c38

View file

@ -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);
})
});
});