karma-runner / karma-runner/karma
Pass empty array for a config via command line API
Open
- Dominant language
- JavaScript
- Stars
- 12k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Expected behavior
I want to override the `browsers` config with an empty array. I used `--browsers=[]` or `--browsers=` with no luck.
### Actual behavior
Karma ignores my arguments or complains that `[]` is not installed
### Enviroment Details
Ubuntu Linux
- Karma version (output of `karma --version`): Karma version: 0.13.22
- Relevant part of your `karma.config.js` file: test/karma.conf.js
Contributor guide
Assessment
This issue has not been assessed yet.