Skip to content

Commit

Permalink
Fix eslint issue when running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Apr 1, 2017
1 parent f78054e commit 5f1c11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/test/unit/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Vue from 'vue'{{#if_eq lintConfig "airbnb"}};{{/if_eq}}

Vue.config.productionTip = false{{#if_eq lintConfig "airbnb"}};{{/if_eq}}

// Polyfill fn.bind() for PhantomJS
Expand Down

0 comments on commit 5f1c11c

Please sign in to comment.