Skip to content

Commit

Permalink
Merge pull request vuejs-templates#645 from Toilal/fix-eslint-unit-test
Browse files Browse the repository at this point in the history
Fix eslint issue when running unit tests
  • Loading branch information
LinusBorg committed Apr 7, 2017
2 parents 98a9db4 + 5f1c11c commit fd297f8
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 fd297f8

Please sign in to comment.