Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
17ba522e9791971746d674ae4e21c6b1067bb4a8
Branches
master
Files
Commits
Log
Graph
Stats
angular-http-cache-interceptor.git
src
app
app.component.spec.ts
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 6
Mode: application/typescript
Binary: false
Hang on, we reloading big blames...
18d9f050
import { TestBed, waitForAsync } from '@angular/core/testing';
13cfe858
import { AppComponent } from './app.component'; describe('AppComponent', () => {
18d9f050
beforeEach(waitForAsync(() => {
13cfe858
TestBed.configureTestingModule({
4362659f
imports: [AppComponent], }).compileComponents();
13cfe858
})); it('should create the app', () => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.componentInstance; expect(app).toBeTruthy(); }); });