28 lines
1.1 KiB
TypeScript
28 lines
1.1 KiB
TypeScript
// import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
|
|
|
// import { E2EImportsModule } from 'e2e-imports.module';
|
|
// import { MotionLogComponent } from './motion-log.component';
|
|
|
|
describe('MotionLogComponent skipped', () => {
|
|
// TODO testing fails if personalNotesModule (also having the MetaTextBlockComponent)
|
|
// is running its' test at the same time. One of the two tests fail, but run fine if tested
|
|
// separately; so this is some async duplication stuff
|
|
//
|
|
// let component: MotionLogComponent;
|
|
// let fixture: ComponentFixture<MotionLogComponent>;
|
|
// beforeEach(async(() => {
|
|
// TestBed.configureTestingModule({
|
|
// declarations: [MotionLogComponent],
|
|
// imports: [E2EImportsModule]
|
|
// }).compileComponents();
|
|
// }));
|
|
// beforeEach(() => {
|
|
// fixture = TestBed.createComponent(MotionLogComponent);
|
|
// component = fixture.componentInstance;
|
|
// fixture.detectChanges();
|
|
// });
|
|
// it('should create', () => {
|
|
// expect(component).toBeTruthy();
|
|
// });
|
|
});
|