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

fix: tests

parent 30c7d9ba
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import { DARKTHEME } from 'src/util/injectionTokens';
import { FeatureViewComponent } from './feature-view.component';
import { provideMockStore } from '@ngrx/store/testing';
import { AngularMaterialModule } from 'src/sharedModules';
describe('FeatureViewComponent', () => {
let component: FeatureViewComponent;
......@@ -15,6 +16,7 @@ describe('FeatureViewComponent', () => {
await TestBed.configureTestingModule({
imports: [
CommonModule,
AngularMaterialModule,
],
declarations: [ FeatureViewComponent ],
providers: [
......
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