clean up
This commit is contained in:
parent
c539ea8adf
commit
9389ad5cce
|
@ -1,23 +0,0 @@
|
||||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
||||||
|
|
||||||
import { PlanStatusListingFiltersComponent } from './plan-status-listing-filters.component';
|
|
||||||
|
|
||||||
describe('PlanStatusListingFiltersComponent', () => {
|
|
||||||
let component: PlanStatusListingFiltersComponent;
|
|
||||||
let fixture: ComponentFixture<PlanStatusListingFiltersComponent>;
|
|
||||||
|
|
||||||
beforeEach(async () => {
|
|
||||||
await TestBed.configureTestingModule({
|
|
||||||
imports: [PlanStatusListingFiltersComponent]
|
|
||||||
})
|
|
||||||
.compileComponents();
|
|
||||||
|
|
||||||
fixture = TestBed.createComponent(PlanStatusListingFiltersComponent);
|
|
||||||
component = fixture.componentInstance;
|
|
||||||
fixture.detectChanges();
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should create', () => {
|
|
||||||
expect(component).toBeTruthy();
|
|
||||||
});
|
|
||||||
});
|
|
|
@ -1,7 +1,4 @@
|
||||||
.usage-limit-listing {
|
.usage-limit-listing {
|
||||||
margin-top: 1.3rem;
|
|
||||||
margin-left: 1rem;
|
|
||||||
margin-right: 2rem;
|
|
||||||
|
|
||||||
.mat-header-row{
|
.mat-header-row{
|
||||||
background: #f3f5f8;
|
background: #f3f5f8;
|
||||||
|
|
Loading…
Reference in New Issue