rangoo94/easen-models

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',
      runner: 'node'
    },

    testFramework: 'mocha'
  }
}