Refactor code formatting for improved readability
- Reformatted import statements and object properties across multiple files to enhance code clarity and maintainability. - Ensured consistent indentation and line breaks in test specifications and service implementations, improving overall code structure.
This commit is contained in:
@@ -72,7 +72,10 @@ describe('PlansService', () => {
|
||||
markDraftsProcessed: jest.fn(),
|
||||
};
|
||||
const packingSlipsService = { findById: jest.fn() };
|
||||
const privilegesService = { checkPermission: jest.fn(), checkAnyPermission: jest.fn() };
|
||||
const privilegesService = {
|
||||
checkPermission: jest.fn(),
|
||||
checkAnyPermission: jest.fn(),
|
||||
};
|
||||
|
||||
const user: AuthUser = {
|
||||
id: 'user-1',
|
||||
|
||||
Reference in New Issue
Block a user