Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aditjansq committed Jan 21, 2025
1 parent a5aa417 commit b31eff5
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 228 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "todolist-site",
"name": "confess-site",
"version": "0.0.0",
"scripts": {
"ng": "ng",
Expand Down
6 changes: 3 additions & 3 deletions src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ describe('AppComponent', () => {
expect(app).toBeTruthy();
});

it(`should have the 'todolist-site' title`, () => {
it(`should have the 'confess-site' title`, () => {
const fixture = TestBed.createComponent(AppComponent);
const app = fixture.componentInstance;
expect(app.title).toEqual('todolist-site');
expect(app.title).toEqual('confess-site');
});

it('should render title', () => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
const compiled = fixture.nativeElement as HTMLElement;
expect(compiled.querySelector('h1')?.textContent).toContain('Hello, todolist-site');
expect(compiled.querySelector('h1')?.textContent).toContain('Hello, confess-site');
});
});
Empty file.
55 changes: 0 additions & 55 deletions src/app/confess-detail/confess-detail.component.html

This file was deleted.

23 changes: 0 additions & 23 deletions src/app/confess-detail/confess-detail.component.spec.ts

This file was deleted.

63 changes: 0 additions & 63 deletions src/app/confess-detail/confess-detail.component.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/app/models/todo.model.ts

This file was deleted.

60 changes: 0 additions & 60 deletions src/app/services/todos.service.ts

This file was deleted.

0 comments on commit b31eff5

Please sign in to comment.