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

import { LessquantityComponent } from './lessquantity.component';

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

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

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

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