tandrewnichols/log-block

View on GitHub
gulp/config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  tests: ['test/**/*.coffee', '!test/helpers/**/*.coffee'],
  helpers: ['test/helpers/**/*.coffee'],
  lib: ['lib/**/*.js']
};