mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-01 04:54:05 +03:00
3 lines
101 B
JavaScript
3 lines
101 B
JavaScript
const testsContext = require.context('.', true, /\.spec$/)
|
|
testsContext.keys().forEach(testsContext)
|