From abca190acf752dabea133df6aeb64fa8cd4f01a6 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Mon, 31 May 2021 13:37:52 +0200 Subject: [PATCH] fix tests --- src/ui/help/helpOnePager/helpOnePager.component.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/help/helpOnePager/helpOnePager.component.spec.ts b/src/ui/help/helpOnePager/helpOnePager.component.spec.ts index 5856db9df..95d489367 100644 --- a/src/ui/help/helpOnePager/helpOnePager.component.spec.ts +++ b/src/ui/help/helpOnePager/helpOnePager.component.spec.ts @@ -1,6 +1,7 @@ import { CommonModule } from '@angular/common' import { async, TestBed } from '@angular/core/testing' import { ComponentsModule } from 'src/components' +import { AngularMaterialModule } from 'src/ui/sharedModules/angularMaterial.module' import { PureContantService, UtilModule } from 'src/util' import { HelpOnePager } from './helpOnePager.component' @@ -15,6 +16,7 @@ describe('> helpOnePager.component.ts', () => { * for media query directive */ UtilModule, + AngularMaterialModule, ], declarations: [ HelpOnePager, -- GitLab