Commit aea2a366 authored by Hasini Piumika Alwis's avatar Hasini Piumika Alwis

Facial expression main UI component file

parent 10a37164
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { FacialExpressionComponent } from './facial-expression.component';
describe('FacialExpressionComponent', () => {
let component: FacialExpressionComponent;
let fixture: ComponentFixture<FacialExpressionComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ FacialExpressionComponent ]
})
.compileComponents();
});
beforeEach(() => {
fixture = TestBed.createComponent(FacialExpressionComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment