To get wallaby.js working 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.
- Add the wallaby.js test bootstrap file to the project.
- Run
npm install wallaby-webpack angular2-template-loader electron --save-dev
.
Here are examples of Wallaby running my server code (simple data api returning json data) and the Angular UI:
No comments:
Post a Comment