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
6988f1d278
commit
a3675e5d5e
1 changed files with 1 additions and 1 deletions
|
@ -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/);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue