goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.13k stars 123 forks source link

Fix failing checkbox test #190

Closed marcjulian closed 4 months ago

marcjulian commented 4 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

What is the current behavior?

Input signals are not passed with the current angular testing library. (https://github.com/testing-library/angular-testing-library/issues/432#issuecomment-1964869446)

What is the new behavior?

Updating jest-preset-angular to support input signals. Also only compute host id/name when input is available.

Does this PR introduce a breaking change?

Other information

marcjulian commented 4 months ago

@goetzrobin sorry, I forgot to check if the tests are working for #179.