UNPKG

karma-mocha

Version:

A Karma plugin. Adapter for Mocha testing framework.

18 lines (14 loc) 213 B
module.exports = function () { return { files: [ 'lib/**/*@(.js)' ], tests: [ './test/lib/**/*.spec@(.js)' ], env: { type: 'node' }, testFramework: 'mocha' } }