ngCliWebpackSample
ngCliWebpackSample copied to clipboard
For step-by-step instructions to use Wallaby.js with an Angular CLI application, please refer to Wallaby.js Angular CLI tutorial.
Manual configuration
To get wallaby.js working with manual configuration after you have generated your project with angular-cli, you'll need to do the following:
- Add the wallaby.js config file to the project.
- Run
npm install wallaby-webpack --save-dev.
Jest
If you are looking for a way to use wallaby.js with Jest for angular-cli generated project, then you may find the working config in this docs section.