mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
refactor(EventsDB.test): add one blank line between functions
This commit is contained in:
parent
a9f79176a2
commit
12b2032d87
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ const createDB = async () => {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
Deno.test('count filters', async () => {
|
Deno.test('count filters', async () => {
|
||||||
await using db = await createDB();
|
await using db = await createDB();
|
||||||
const { eventsDB } = db;
|
const { eventsDB } = db;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue