0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
matthewp 2022-05-24 15:35:08 +00:00 committed by github-actions[bot]
parent 463a1c2147
commit 752a108808

View file

@ -51,7 +51,10 @@ describe('Scripts (hoisted and not)', () => {
expect(inlineEntryJS).to.be.ok; expect(inlineEntryJS).to.be.ok;
// test 4: Inline imported JS is included // test 4: Inline imported JS is included
expect(inlineEntryJS).to.contain("I AM IMPORTED INLINE", "The inline imported JS is included in the bundle"); expect(inlineEntryJS).to.contain(
'I AM IMPORTED INLINE',
'The inline imported JS is included in the bundle'
);
}); });
it('External page builds the hoisted scripts to a single bundle', async () => { it('External page builds the hoisted scripts to a single bundle', async () => {