app.component.spec.ts 117 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 describe('App: Primer', () => { it('should expect true to be true', () => { expect(true).toBe(true); }); });