mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
f1efd88dde
commit
5e690065f7
1 changed files with 1 additions and 3 deletions
|
@ -159,9 +159,7 @@ describe('Scripts (hoisted and not)', () => {
|
|||
let found = 0;
|
||||
let moduleScripts = $('[type=module]');
|
||||
moduleScripts.each((i, el) => {
|
||||
if (
|
||||
$(el).attr('src').includes('?astro&type=script&index=0&lang.ts')
|
||||
) {
|
||||
if ($(el).attr('src').includes('?astro&type=script&index=0&lang.ts')) {
|
||||
found++;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue