/* * Simple stupid implementation of mocha test runner. * It is used to run tests direclty from node. * Can be used for debugging purpose * * By Harish.K */ module.exports = require( './src/main-runner' );