started testing
This commit is contained in:
		@@ -2,6 +2,8 @@ import { TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { ArrayInputHelperService } from './array-input-helper.service';
 | 
			
		||||
 | 
			
		||||
// TOdo
 | 
			
		||||
 | 
			
		||||
describe('ArrayInputHelperService', () => {
 | 
			
		||||
  let service: ArrayInputHelperService;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -16,6 +16,7 @@ describe('RbArrayInputComponent', () => {
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(RbArrayInputComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    component.ngOnInit();
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,8 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { RbIconButtonComponent } from './rb-icon-button.component';
 | 
			
		||||
 | 
			
		||||
// TODO
 | 
			
		||||
 | 
			
		||||
describe('RbIconButtonComponent', () => {
 | 
			
		||||
  let component: RbIconButtonComponent;
 | 
			
		||||
  let fixture: ComponentFixture<RbIconButtonComponent>;
 | 
			
		||||
@@ -16,6 +18,7 @@ describe('RbIconButtonComponent', () => {
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(RbIconButtonComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    component.ngOnInit();
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,8 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
 | 
			
		||||
 | 
			
		||||
import { RbTableComponent } from './rb-table.component';
 | 
			
		||||
 | 
			
		||||
// TODO
 | 
			
		||||
 | 
			
		||||
describe('RbTableComponent', () => {
 | 
			
		||||
  let component: RbTableComponent;
 | 
			
		||||
  let fixture: ComponentFixture<RbTableComponent>;
 | 
			
		||||
@@ -16,6 +18,7 @@ describe('RbTableComponent', () => {
 | 
			
		||||
  beforeEach(() => {
 | 
			
		||||
    fixture = TestBed.createComponent(RbTableComponent);
 | 
			
		||||
    component = fixture.componentInstance;
 | 
			
		||||
    component.ngOnInit();
 | 
			
		||||
    fixture.detectChanges();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user