I upgraded my angular cli based Angular app v12 to v13 and all of a sudden deprecated warning which I was getting in v12 reached to the breaking point.
when I run my tests I gets the following error.
An unhandled exception occurred: NOT SUPPORTED: keyword "id", use "$id" for schema ID.
Can some one please help me understand what's this error about?