To get wallaby.js working with angular2-webpack-starter, you'll need to do the following:
- Add the wallaby.js config file to the project.
- Move karma specific hack from the
config/spec-bundle.jsfile to a separate file calledkarma-require.js. - Run
npm install wallaby-webpack angular2-template-loader null-loader --save-dev.