use package files array.. linting

This commit is contained in:
Lloyd Brookes
2018-06-28 23:52:21 +01:00
parent 2b35fa0e6f
commit 5df2c4c98d
4 changed files with 8 additions and 7 deletions

View File

@ -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