src/app/utils/mocked-testing.module.ts
Function withState
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
static withState(
loginState = LoginState.LOGGED_IN,
data: Entity[] = [createEntityOfType("User", TEST_USER)],
): ModuleWithProviders<MockedTestingModule> {
environment.session_type = SessionType.mock;