[ci] format
This commit is contained in:
parent
85c33751c2
commit
c2dffc1c38
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ describe('vite.build.rollupOptions.entryFileNames', () => {
|
||||||
const js = await fixture.readFile('/assets/js/Hello.js');
|
const js = await fixture.readFile('/assets/js/Hello.js');
|
||||||
expect(js).to.be.a('string');
|
expect(js).to.be.a('string');
|
||||||
expect(js.length).to.be.greaterThan(0);
|
expect(js.length).to.be.greaterThan(0);
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue