|
|
|
|
@ -4,9 +4,7 @@ import { createServiceFactory, SpectatorService } from '@ngneat/spectator/jest';
|
|
|
|
|
import { OAuthService } from 'angular-oauth2-oidc';
|
|
|
|
|
import { Subject, timer } from 'rxjs';
|
|
|
|
|
import { ApiInterceptor } from '../interceptors/api.interceptor';
|
|
|
|
|
import { HttpWaitService } from '../services/http-wait.service';
|
|
|
|
|
import { SessionStateService } from '../services/session-state.service';
|
|
|
|
|
import { TENANT_KEY } from '../tokens/tenant-key.token';
|
|
|
|
|
import { HttpWaitService, SessionStateService, TENANT_KEY } from '@abp/ng.core';
|
|
|
|
|
|
|
|
|
|
describe('ApiInterceptor', () => {
|
|
|
|
|
let spectator: SpectatorService<ApiInterceptor>;
|