Executing Typescript Jasmine tests via Webpack (Terminal) to test Angular2
问题 Currently I'm trying to get Jasmine to run along with Webpack, to execute tests written in typescript to test Angular2 Apps in the Terminal. I researched yesterday which packages are available for testing, and while angular2 has their own approach *1 , I looked for other tools than the recommended jasmine-core or jasmines native package jasmine . I found jasmine-node which is outdated for 2 years now. Currently investigating the Webpack+Angular2 with Jasmine testing package *2 After reading