ape-repo/ape-reporting

View on GitHub
lib/index.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * ape framework module for reporting.
 * @module ape-reporting
 */

'use strict'

let d = (module) => module.default || module

module.exports = {
  get sendToCodeclimate () { return d(require('./send_to_codeclimate')) }
}