use package files array.. linting
This commit is contained in:
@ -19,7 +19,6 @@ runner.test('cli.run', async function () {
|
||||
})
|
||||
|
||||
runner.test('cli.run: bad option', async function () {
|
||||
const port = 7500 + this.index
|
||||
const origArgv = process.argv.slice()
|
||||
process.argv = [ 'node', 'something', '--should-fail' ]
|
||||
const exitCode = process.exitCode
|
||||
|
Reference in New Issue
Block a user