Commit 9d4061ef authored by Winnie Hellmann's avatar Winnie Hellmann

Disable Vue tips when running Jest

parent a85fd76f
...@@ -22,4 +22,7 @@ beforeEach(done => { ...@@ -22,4 +22,7 @@ beforeEach(done => {
done(); done();
}); });
Vue.config.devtools = false;
Vue.config.productionTip = false;
Vue.use(Translate); 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