test(protractor): fix mis-typed argument value for sample-size
This commit is contained in:
parent
3b40052dc7
commit
a867e2a9fd
|
@ -6,8 +6,7 @@ var argv = require('yargs')
|
||||||
.options({
|
.options({
|
||||||
'sample-size': {
|
'sample-size': {
|
||||||
describe: 'sample size',
|
describe: 'sample size',
|
||||||
default: 20,
|
default: 20
|
||||||
type: 'boolean'
|
|
||||||
},
|
},
|
||||||
'force-gc': {
|
'force-gc': {
|
||||||
describe: 'force gc.',
|
describe: 'force gc.',
|
||||||
|
|
Loading…
Reference in New Issue