1 2 3
// called by karma const testsContext = require.context('./test', true, /tests/); testsContext.keys().forEach(testsContext);