chore: Remove redundant only blocks from tests
This commit is contained in:
@@ -1181,7 +1181,7 @@ describe('User model', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe.only('getFlows', () => {
|
||||
describe('getFlows', () => {
|
||||
let currentUser,
|
||||
currentUserRole,
|
||||
anotherUser,
|
||||
|
||||
Reference in New Issue
Block a user