1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/test/index.js
2019-10-12 13:24:37 +02:00

5 lines
115 B
JavaScript

function requireAll(req) {
req.keys().forEach(req);
}
requireAll(require.context('test/src/', true, /\.js$/));