https://github.com/wallabyjs/ngcliwebpacksample
https://github.com/wallabyjs/ngcliwebpacksample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wallabyjs/ngcliwebpacksample
- Owner: wallabyjs
- Created: 2016-09-01T05:23:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:38:29.000Z (over 3 years ago)
- Last Synced: 2025-03-25T18:53:32.683Z (about 1 year ago)
- Language: JavaScript
- Size: 2.04 MB
- Stars: 68
- Watchers: 7
- Forks: 48
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://wallabyjs.com)
For step-by-step instructions to use Wallaby.js with an Angular CLI application, please refer to [Wallaby.js Angular CLI tutorial](https://wallabyjs.com/docs/tutorial/angular-cli.html).
## Manual configuration
To get wallaby.js working with **[manual configuration](https://wallabyjs.com/docs/intro/config.html)** after you have generated your project with `angular-cli`, you'll need to do the following:
- Add the [wallaby.js config file](https://github.com/wallabyjs/ngCliWebpackSample/blob/master/wallaby.js) 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](https://wallabyjs.com/docs/tutorial/angular-cli.html#jest).