Posts by Thiago Santos • 7 points
3 posts
-
0
votes1
answer52
viewsA: Error testing Activatedroute with angular jest 9
wrong: route: { snapshot: { data: {campaigns: campanhasFake} } } correct: { snapshot: { date: {campaigns: campanhasFake} } } the error was to use the route property on the object.…
-
-1
votes1
answer52
viewsQ: Error testing Activatedroute with angular jest 9
First thank you for reading my question! Setting: I’m testing an angular 9 application with jest of a component using a solver class'. I tried to set up a mock to resolve it, but when running tests…
-
-1
votes1
answer65
viewsQ: What is the main difference between Kafk, Rabbitmq and Digibee?
I’m working on medium-sized project, and I arrived in a moment that I need to use a messaging system to make the shipment information to a third party system. I wouldn’t want to use a cannon to kill…