Browse Source

lint *again*

master
Nathan Rajlich 8 years ago
parent
commit
7f92455b2e
  1. 2
      test/index.js

2
test/index.js

@ -197,5 +197,5 @@ test('throws when both `now.json` and `package.json:now` exist', async t => {
}
t.is(e.name, 'Error')
t.is(e.userError, true)
t.pass(/please ensure there\'s a single source of configuration/i.test(e.message))
t.pass(/please ensure there's a single source of configuration/i.test(e.message))
})

Loading…
Cancel
Save