import { ComponentFixture, TestBed } from '@angular/core/testing';

import { CartratioComponent } from './cartratio.component';

describe('CartratioComponent', () => {
  let component: CartratioComponent;
  let fixture: ComponentFixture<CartratioComponent>;

  beforeEach(async () => {
    await TestBed.configureTestingModule({
      declarations: [ CartratioComponent ]
    })
    .compileComponents();

    fixture = TestBed.createComponent(CartratioComponent);
    component = fixture.componentInstance;
    fixture.detectChanges();
  });

  it('should create', () => {
    expect(component).toBeTruthy();
  });
});
