mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
463a1c2147
commit
752a108808
1 changed files with 4 additions and 1 deletions
|
@ -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 () => {
|
||||||
|
|
Loading…
Reference in a new issue