Skip to content

Commit

Permalink
lint ignore console log in test assertion too
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed May 13, 2019
1 parent ef903af commit d739a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/plugin.test.js
Expand Up @@ -202,6 +202,7 @@ describe('plugin', () => {
it('routes after:info:info hook correctly', async () => {
const instance = new ServerlessEnterprisePlugin(sls)
await instance.route('after:info:info')()
// eslint-disable-next-line no-console
expect(console.log).toBeCalledWith(
chalk.yellow('dashboard:'),
'https://dashboard/tenants/tenant/applications/app/services/service/stage/stage/region/region'
Expand Down

0 comments on commit d739a3c

Please sign in to comment.