Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(karma): Add cli config poll option to karma default config
With #1814 the `defaults.poll` property was added to angular-cli.json. This configuration setting is currently set to apply to `ng serve` but not `ng test`. This fix adds the setting to the defaults that are applied to karma's config object, so that if you set `defaults: { poll: 1000 }` it will apply to both `ng serve` and `ng test`. Fixup
- Loading branch information