Skip to content
Snippets Groups Projects
Commit abca190a authored by Xiao Gui's avatar Xiao Gui
Browse files

fix tests

parent dcd81990
No related branches found
No related tags found
No related merge requests found
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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment