import { AppComponent } from './app.component'; describe ('AppComponent', () => { it ('should create', () => { expect(AppComponent).toBeTruthy(); }); });