An open API service indexing awesome lists of open source software.

https://github.com/wallabyjs/ngcliwebpacksample


https://github.com/wallabyjs/ngcliwebpacksample

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Wallaby.js](https://img.shields.io/badge/wallaby.js-configured-green.svg)](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).