2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-11 02:52:25 +03:00
Files
vue-meta/test/index.js
T
2016-10-31 20:51:34 +02:00

6 lines
235 B
JavaScript

// test/index.js
// require all test files using special Webpack feature
// https://webpack.github.io/docs/context.html#require-context
var testsContext = require.context('.', true, /\.spec$/)
testsContext.keys().forEach(testsContext)