Check out my book "Hands-On RESTful Web Services with ASP.NET Core" available on Amazon or Packt. Source code available on GitHub
Javascript testing using WallabyJs

Javascript testing using WallabyJs Wallaby.js is insanely fast, because it only executes tests affected by your code changes and runs your tests in parallel. Wallaby.js is a test runner for JavaScript, it can be integrated in most common code editors/IDE and it provides a productivity boost whether you are doing TDD and BDD. Wallaby.js is not free, but ...