Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Disable Vue production tip in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akxcv committed Jun 22, 2018
1 parent 22567e7 commit 6c452d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/__setup__.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import './polyfills/raf'
import Vue from 'vue'

global.normalizeHTMLString = function normalizeHTMLString (string) {
return string.replace(/\n\s*/g, '')
}

Vue.config.productionTip = false

0 comments on commit 6c452d7

Please sign in to comment.