mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
2436c9d4a6
commit
973a07ff25
1 changed files with 3 additions and 4 deletions
|
@ -136,10 +136,9 @@ describe('API routes in SSR', () => {
|
|||
assert.deepEqual(data.params, { param: 'any' });
|
||||
assert.match(data.generator, /^Astro v/);
|
||||
assert.equal(
|
||||
[
|
||||
'http://[::1]:4321/blog/context/any',
|
||||
'http://127.0.0.1:4321/blog/context/any',
|
||||
].includes(data.url),
|
||||
['http://[::1]:4321/blog/context/any', 'http://127.0.0.1:4321/blog/context/any'].includes(
|
||||
data.url
|
||||
),
|
||||
true
|
||||
);
|
||||
assert.equal(['::1', '127.0.0.1'].includes(data.clientAddress), true);
|
||||
|
|
Loading…
Add table
Reference in a new issue