Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 621 Bytes

File metadata and controls

6 lines (5 loc) · 621 Bytes

Wallaby.js

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.js file to a separate file called karma-require.js.
  • Run npm install wallaby-webpack angular2-template-loader null-loader --save-dev.