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

import { CartrefreshComponent } from './cartrefresh.component';

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

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

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

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