mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-02 17:44:04 +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)
|