Posts by Felipe Oliveira • 1 point
2 posts
-
0
votes1
answer63
viewsA: Error trying to use Xunit
Dude, analyzing your code the problem is in your test class trying to receive the instance of a Icompetitionservice. I believe you are mixing some concepts, because when we talk about unit testing,…
-
-1
votes2
answers2948
viewsA: Node-Sass is not recognized as an internal command
Node-Sass to run windows needs some C++ components, install this guy: https://www.microsoft.com/pt-br/download/details.aspx?id=48145 and see if it solves.…