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:
@@ -6,3 +6,5 @@ node_js:
|
||||
- "4.2"
|
||||
- "4.1"
|
||||
- "4.0"
|
||||
after_success:
|
||||
- coveralls
|
||||
|
||||
+1
-2
@@ -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')
|
||||
Reference in New Issue
Block a user