I'm using the new Visual Studio 2017 ASP.Net Core Angular template https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/ My small application is created and I now want to add some tests. I can't see how to get my first Jasmine test running - correctly referencing the relevant libraries (vendor.js (?) etc).
=====
Edit
Still not there, but coming along. From a .Net background with tests in separate projects to tested code, I didn't realise spec files would sit in the same folder as the code they are testing - now I've got counter.component.spec.ts. I haven't managed to run those tests yet: as per the comment on R.Richards solution, via cmd line I get the Webpack not found error; via Resharper, Chrome opens with "No specs found" and Resharper says "Task skipped on timeout" for each test.