Skip to content
Snippets Groups Projects
Commit 11e1008e authored by OZGCloud's avatar OZGCloud
Browse files

execute prettier

parent 285ed7af
No related branches found
No related tags found
No related merge requests found
import { Mock, mock } from '@alfa-client/test-utils';
import { fakeAsync, TestBed, tick } from '@angular/core/testing';
import { TestBed, fakeAsync, tick } from '@angular/core/testing';
import { faker } from '@faker-js/faker';
import KcAdminClient, { NetworkError } from '@keycloak/keycloak-admin-client';
import { TokenProvider } from '@keycloak/keycloak-admin-client/lib/client';
import GroupRepresentation from '@keycloak/keycloak-admin-client/lib/defs/groupRepresentation';
import { Groups } from '@keycloak/keycloak-admin-client/lib/resources/groups';
import { OAuthService } from 'angular-oauth2-oidc';
import { catchError, firstValueFrom, Observable, of, OperatorFunction, throwError } from 'rxjs';
import { Observable, OperatorFunction, catchError, firstValueFrom, of, throwError } from 'rxjs';
import {
createGroupRepresentation,
createNetworkError,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment