fix: spec runner not parsing correctly
This commit is contained in:
parent
4b6b59cc82
commit
984e77e470
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ const specHashPath = path.resolve(__dirname, '../spec/.hash')
|
|||
|
||||
let runnersToRun = null
|
||||
if (args.runners) {
|
||||
runnersToRun = args.only.split(',')
|
||||
runnersToRun = args.runners.split(',')
|
||||
console.log('Only running:', runnersToRun)
|
||||
} else {
|
||||
console.log('Will trigger all spec runners')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue