Files
old-krovovi-kalkulator/spec/javascripts/test_index.js
2017-11-07 09:23:57 +01:00

3 lines
119 B
JavaScript

// test_index.js
var testsContext = require.context(".", true, /_spec.js$/);
testsContext.keys().forEach(testsContext);