mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-11 02:52:25 +03:00
6 lines
235 B
JavaScript
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)
|