2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-01 04:54:05 +03:00
Files
vue-meta/test/index.js
T
2016-10-31 22:16:43 +02:00

3 lines
101 B
JavaScript

const testsContext = require.context('.', true, /\.spec$/)
testsContext.keys().forEach(testsContext)