Skip to content

Disable Vue tips when running Jest

Inactive Account requested to merge winh-jest-vue-tips into master

What does this MR do?

Remove

  ● Console

    console.info node_modules/vue/dist/vue.runtime.common.dev.js:8397
      Download the Vue Devtools extension for a better development experience:
      https://github.com/vuejs/vue-devtools
    console.info node_modules/vue/dist/vue.runtime.common.dev.js:8406
      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

from the Jest output as seen in https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/185974333.

Does this MR meet the acceptance criteria?

Merge request reports