1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00
keeweb/test/index.js

5 lines
115 B
JavaScript
Raw Normal View History

2019-10-12 13:24:37 +02:00
function requireAll(req) {
req.keys().forEach(req);
}
requireAll(require.context('test/src/', true, /\.js$/));