Skip to content

Suppress Vue tips when running Karma

Winnie Hellmann requested to merge winh-karma-suppress-vue-tips-ee into master

What does this MR do?

It suppresses the following lines in Karma output:

INFO: 'Download the Vue Devtools extension for a better development experience:
https://github.com/vuejs/vue-devtools'
INFO: 'You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html'

This is the same change as gitlab-org/gitlab-ce!12379.

Merge request reports