嗨森逛PC管理端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
high-web/src/app/admin/fleet-oil-card/fleet-oil-card-car/fleet-oil-card-car.componen...

25 lines
694 B

import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { FleetOilCardCarComponent } from './fleet-oil-card-car.component';
describe('FleetOilCardCarComponent', () => {
let component: FleetOilCardCarComponent;
let fixture: ComponentFixture<FleetOilCardCarComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ FleetOilCardCarComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(FleetOilCardCarComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});