Reputation: 19
I migrate my Angular app from 13 to 14 and after running my unit test i have seen some new errors.
Unexpected directive 'MockOfRouterOutlet' imported by the module 'MockOfRouterModule'. Please add an @NgModule annotation.
Do i have to do some special configuration on Jest to make it work with angular 14? Does someone encounter the same kinds of problem?
I have found very few informations on the net about this. Help will be very much appreciate.
Upvotes: 0
Views: 158