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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user