2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-24 11:44:05 +03:00
Files
vue-meta/test/index.js
T
2016-11-05 10:09:31 +02:00

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)