Skip to content

Commit 66aec67

Browse files
committed
Previous change (specifying no-watch) worked. Let's see what happens if a test fails
1 parent 7fc012a commit 66aec67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/app.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ describe('AppComponent', () => {
1414
it('should create the app', () => {
1515
const fixture = TestBed.createComponent(AppComponent);
1616
const app = fixture.componentInstance;
17-
expect(app).toBeTruthy();
17+
expect(app).toBeFalsy();
1818
});
1919
});

0 commit comments

Comments
 (0)