Closed
Description
If the config file has a list of specs, then our minimatch filtering fails (it expects the second parameter to be a string with pattern, not an array of strings)
Failing builds https://circleci.com/gh/cypress-io/cypress-example-todomvc-redux/477
{
"testFiles": [
"smoke-spec.js"
]
}