Skip to content

Add unit tests for AppComponent#111

Open
telchak wants to merge 1 commit intomainfrom
add_unit_tests_for_appcomponent_1773355363
Open

Add unit tests for AppComponent#111
telchak wants to merge 1 commit intomainfrom
add_unit_tests_for_appcomponent_1773355363

Conversation

@telchak
Copy link
Owner

@telchak telchak commented Mar 12, 2026

The App component in src/app/app.ts has no test coverage.

Add a test file src/app/app.spec.ts that covers:

  • Component creation
  • The title signal returns 'daggerverse-test-angular-project'
  • Template renders the title in an h1 tag

Use vitest (already configured in the project).

Closes #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add unit tests for AppComponent

1 participant