Commit 1deec98f authored by Tim Zallmann's avatar Tim Zallmann

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
......@@ -22,4 +22,7 @@ beforeEach(done => {
done();
});
Vue.config.devtools = false;
Vue.config.productionTip = false;
Vue.use(Translate);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment