2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +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
+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')