gerich-home/it-depends

View on GitHub
specs/index.js

Summary

Maintainability
A
0 mins
Test Coverage
var fs = require('fs');
var specs = fs.readdirSync('./specs');

specs.forEach(function(spec) {
    require('./' + spec);
});