Always run Public API tests, allow lowercase skippercent (#32892)

This commit is contained in:
Nathan Shively-Sanders 2019-08-16 10:41:11 -07:00 committed by GitHub
parent 7cf2d82dbd
commit 5380075a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ module.exports = minimist(process.argv.slice(2), {
"r": "reporter",
"c": "colors", "color": "colors",
"skip-percent": "skipPercent",
"skippercent": "skipPercent",
"w": "workers",
"f": "fix"
},

File diff suppressed because one or more lines are too long