Bez popisu
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.

family-unit-layout.spec.ts 373B

12345678910111213141516
  1. import { TestBed } from '@angular/core/testing';
  2. import { FamilyUnitLayout } from './family-unit-layout';
  3. describe('FamilyUnitLayout', () => {
  4. let service: FamilyUnitLayout;
  5. beforeEach(() => {
  6. TestBed.configureTestingModule({});
  7. service = TestBed.inject(FamilyUnitLayout);
  8. });
  9. it('should be created', () => {
  10. expect(service).toBeTruthy();
  11. });
  12. });