2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

adjust srcContext, add coveralls hook

This commit is contained in:
Jeff Sagal
2016-05-28 17:06:41 -07:00
parent 76bda7c205
commit b4cbf25f26
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -6,3 +6,5 @@ node_js:
- "4.2"
- "4.1"
- "4.0"
after_success:
- coveralls
+1 -2
View File
@@ -9,5 +9,4 @@ testsContext.keys().forEach(testsContext)
// require all src files except main.js for coverage.
// you can also change this to match only the subset of files that
// you want coverage for.
var srcContext = require.context('../../src', true, /^\.\/(?!main(\.js)?$)/)
srcContext.keys().forEach(srcContext)
var srcContext = require('../../src/components/Select.vue')