Skip to content
Snippets Groups Projects
Commit 0b2c0209 authored by kbeyro's avatar kbeyro
Browse files

Changes in list

parent c851e48e
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ import {RolesDirective} from '../../../directive/roles.directive';
import {JwtModule} from '@auth0/angular-jwt';
import {Pipe, PipeTransform} from '@angular/core';
import {HttpClientTestingModule} from '@angular/common/http/testing';
import {AppinstanceSearchPipe} from '../appinstance-search.pipe';
@Pipe({ name: 'keys'})
class KeysPipe implements PipeTransform {
......@@ -58,7 +59,8 @@ describe('AppInstanceListComponent', () => {
TestBed.configureTestingModule({
declarations: [
AppInstanceListComponent,
KeysPipe
KeysPipe,
AppinstanceSearchPipe
],
imports: [
FormsModule,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment