Files
openlayers/test/index_test.js
2018-06-08 13:00:10 +02:00

6 lines
205 B
JavaScript

// require all modules ending in ".test.js" from the
// current directory and all subdirectories
const testsContext = require.context('.', true, /\.test\.js$/);
testsContext.keys().forEach(testsContext);