0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-05-22 11:03:40 +00:00 committed by astrobot-houston
parent 6988f1d278
commit a3675e5d5e

View file

@ -36,7 +36,7 @@ describe('astro:db', () => {
const html = await fixture.readFile('/run/index.html');
const $ = cheerioLoad(html);
assert.match($('#row').text(), /1/)
assert.match($('#row').text(), /1/);
});
});
});