2
0
Fork 0
akkoma-fe-iceshrimp/test/unit/index.js

3 lines
165 B
JavaScript
Raw Permalink Normal View History

2016-10-26 16:46:32 +02:00
// require all test files (files that ends with .spec.js)
const testsContext = require.context('./specs', true, /\.spec$/)
testsContext.keys().forEach(testsContext)