2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-19 11:40:34 +03:00

better coverage tooling

This commit is contained in:
Declan de Wet
2016-11-05 10:09:31 +02:00
parent 4c49c52c49
commit 12b3c42edb
4 changed files with 16 additions and 3 deletions
+2
View File
@@ -1,2 +1,4 @@
const testsContext = require.context('.', true, /\.spec$/)
const srcContext = require.context('../src', true, /\.js$/)
testsContext.keys().forEach(testsContext)
srcContext.keys().forEach(srcContext)