A schematic to add wallabyJS config to Angular project
ng add ngcli-wallaby
`
After running ng add ngcli-wallaby command, it will do following things.
- Add the wallaby.js config file to the project.
- Run npm install wallaby-webpack --save-dev.
In default setup, it uses Chrome (headless) runner as default runner instead electron. If you want to use electron, you can manually change it back by changing the env setting to env: {kind: 'electron'}, and run npm i electron`