UNPKG

file-manifest

Version:

Require all the files in a directory into a single object

9 lines (8 loc) 227 B
module.exports = { tests: { unit: ['test/unit/helpers/**/*.coffee', 'test/unit/**/*.coffee'], integration: ['test/integration/**/*.coffee'] }, helpers: ['test/unit/helpers/**/*.coffee'], lib: ['lib/**/*.js'] };