Skip to content
Snippets Groups Projects
Commit 1deec98f authored by Tim Zallmann's avatar Tim Zallmann
Browse files

Merge branch 'winh-jest-vue-tips' into 'master'

Disable Vue tips when running Jest

See merge request gitlab-org/gitlab-ce!26717
parents 0d26c483 9d4061ef
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,4 +22,7 @@ beforeEach(done => {
done();
});
 
Vue.config.devtools = false;
Vue.config.productionTip = false;
Vue.use(Translate);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment