style: add break line before variable declaration and beforeEach

This commit is contained in:
Ali BARIN
2024-04-26 12:02:38 +00:00
parent 68d1719b11
commit 2166a3220e

View File

@@ -7,6 +7,7 @@ import AccessToken from '../../../../models/access-token.js';
describe('DELETE /api/v1/access-tokens/:token', () => {
let token;
beforeEach(async () => {
const currentUser = await createUser({
email: 'user@automatisch.io',