mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-24 11:44:05 +03:00
5 lines
199 B
JavaScript
5 lines
199 B
JavaScript
const testsContext = require.context('.', true, /\.spec$/)
|
|
const srcContext = require.context('../src', true, /\.js$/)
|
|
testsContext.keys().forEach(testsContext)
|
|
srcContext.keys().forEach(srcContext)
|