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

import { NovaPaginationComponent } from './nova-pagination.component';

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

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

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

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