chore: Remove redundant only blocks from tests

This commit is contained in:
Faruk AYDIN
2025-03-12 16:18:26 +01:00
parent a359cf0b29
commit b9163a8b73

View File

@@ -1181,7 +1181,7 @@ describe('User model', () => {
});
});
describe.only('getFlows', () => {
describe('getFlows', () => {
let currentUser,
currentUserRole,
anotherUser,