Browse Source

remove unnecessary comment

pull/16069/head
Barış Can Yılmaz 3 years ago
committed by GitHub
parent
commit
5c50a84848
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      templates/app/angular/src/app/home/home.component.spec.ts

3
templates/app/angular/src/app/home/home.component.spec.ts

@ -19,7 +19,6 @@ describe("HomeComponent", () => {
imports: [
CoreTestingModule.withConfig(),
ThemeSharedTestingModule.withConfig(),
//ThemeLeptonXModule.withConfig(),
NgxValidateCoreModule,
],
providers: [
@ -97,4 +96,4 @@ describe("HomeComponent", () => {
})
})
});
});

Loading…
Cancel
Save