]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Don't require --grep to be given on the command line (#9768)
authorJosh Kelley <joshkel@gmail.com>
Thu, 14 Oct 2021 12:35:29 +0000 (08:35 -0400)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 12:35:29 +0000 (08:35 -0400)
commitdd78ba0368986bcb74901df5deb6a5b0dd7c696e
treef15dd746d8bb95aeaa3669b837356fc473c0b1ec
parent9a47395010996757372ac7242d381dbc60550916
Don't require --grep to be given on the command line (#9768)

This makes it easier to use the `karma` CLI directly, if desired, and makes it easier to use WebStorm's integrated debugger (which makes up `karma` command-line invocations itself).  Prior to this change, if `--grep` isn't given, Karma looks for `*undefined*.js` and finds no tests to run.
karma.conf.js