rangoo94/easen-di

View on GitHub
wallaby.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function (wallaby) {
  return {
    files: [
      'src/**/*.js'
    ],
    tests: [
      'tests/**/*Spec.js'
    ],

    env: {
      type: 'node'
    },

    testFramework: 'mocha'
  }
}