mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
b498461e27
commit
3f4735ee9b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ describe('Chunks', () => {
|
||||||
assert.ok(files.length > 0);
|
assert.ok(files.length > 0);
|
||||||
for (const file of files) {
|
for (const file of files) {
|
||||||
// Skip astro folder
|
// Skip astro folder
|
||||||
if (file === 'astro') continue
|
if (file === 'astro') continue;
|
||||||
const content = await fixture.readFile(`/_worker.js/chunks/${file}`);
|
const content = await fixture.readFile(`/_worker.js/chunks/${file}`);
|
||||||
assert.doesNotMatch(content, /Static Page should not exist in chunks/);
|
assert.doesNotMatch(content, /Static Page should not exist in chunks/);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue