mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
adjust srcContext, add coveralls hook
This commit is contained in:
@@ -6,3 +6,5 @@ node_js:
|
|||||||
- "4.2"
|
- "4.2"
|
||||||
- "4.1"
|
- "4.1"
|
||||||
- "4.0"
|
- "4.0"
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
|||||||
+1
-2
@@ -9,5 +9,4 @@ testsContext.keys().forEach(testsContext)
|
|||||||
// require all src files except main.js for coverage.
|
// require all src files except main.js for coverage.
|
||||||
// you can also change this to match only the subset of files that
|
// you can also change this to match only the subset of files that
|
||||||
// you want coverage for.
|
// you want coverage for.
|
||||||
var srcContext = require.context('../../src', true, /^\.\/(?!main(\.js)?$)/)
|
var srcContext = require('../../src/components/Select.vue')
|
||||||
srcContext.keys().forEach(srcContext)
|
|
||||||
Reference in New Issue
Block a user