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

fix: unit test

parent 6d66bbbc
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 { PureContantService } from 'src/util'
import { PureContantService, UtilModule } from 'src/util'
import { HelpOnePager } from './helpOnePager.component'
describe('> helpOnePager.component.ts', () => {
......@@ -11,6 +11,10 @@ describe('> helpOnePager.component.ts', () => {
imports: [
ComponentsModule,
CommonModule,
/**
* for media query directive
*/
UtilModule,
],
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