tbranyen/combyne

View on GitHub
build/tasks/simplemocha.coffee

Summary

Maintainability
Test Coverage
module.exports = ->
  @loadNpmTasks "grunt-simple-mocha"

  require "../../test/runner"

  @config "simplemocha",
    options:
      reporter: "dot"

    all:
      src: ["test/tests/**/*.js"]