[ACA-2228] Add PipeModule to AppTestingModule (#993)

- fixes unit tests after upgrade to 3.1.0-beta4
This commit is contained in:
Suzana Dirla
2019-03-05 11:28:10 +02:00
committed by Denys Vuika
parent 7ba886483d
commit 8b0c18629e
8 changed files with 5 additions and 33 deletions

View File

@@ -32,9 +32,6 @@ import {
import { NO_ERRORS_SCHEMA } from '@angular/core';
import { Router, ActivatedRoute } from '@angular/router';
import {
TimeAgoPipe,
NodeNameTooltipPipe,
FileSizePipe,
NodeFavoriteDirective,
DataTableComponent,
UploadService,
@@ -62,11 +59,8 @@ describe('FilesComponent', () => {
declarations: [
FilesComponent,
DataTableComponent,
TimeAgoPipe,
NodeNameTooltipPipe,
NodeFavoriteDirective,
DocumentListComponent,
FileSizePipe,
AppConfigPipe
],
providers: [