summaryrefslogtreecommitdiffstats
path: root/karma.js
blob: 484d8da5181c022b22a4462f8b368b0bec9e580e (plain)
1
2
3
// called by karma
const testsContext = require.context('./test', true, /tests/);
testsContext.keys().forEach(testsContext);