Files
old-krovovi-kalkulator/spec/javascripts/test_index.js

3 lines
119 B
JavaScript
Raw Normal View History

2017-11-07 09:23:57 +01:00
// test_index.js
var testsContext = require.context(".", true, /_spec.js$/);
testsContext.keys().forEach(testsContext);