mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[ci] format
This commit is contained in:
parent
2f6d1faa6f
commit
d702d6ae50
1 changed files with 3 additions and 3 deletions
|
@ -40,8 +40,8 @@ describe('Errors', () => {
|
||||||
const result = await reader.read();
|
const result = await reader.read();
|
||||||
assert.equal(result.done, done);
|
assert.equal(result.done, done);
|
||||||
if (!done) assert.equal(decoder.decode(result.value), value);
|
if (!done) assert.equal(decoder.decode(result.value), value);
|
||||||
}
|
};
|
||||||
await expect({ done: false, value: "<!DOCTYPE html><h1>Astro</h1> 1Internal server error" });
|
await expect({ done: false, value: '<!DOCTYPE html><h1>Astro</h1> 1Internal server error' });
|
||||||
await expect({ done: true });
|
await expect({ done: true });
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue