Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mgr/dashboard: adapt jest unit tests to angular 14
Important change would be the introduction of `TypedFormControl` which is now more stricter in typing the FormControl and FormGroups as well. Right now the dashboard has many number of untypedforms which by default is migrated to an `UntypedFormControl` class when I ran the angular upgrade script Fixes: https://tracker.ceph.com/issues/61641 Signed-off-by: Nizamudeen A <[email protected]> (cherry picked from commit 08a32ec)
- Loading branch information