nielse63/launch-checklist

View on GitHub
lib/reporters/index.js

Summary

Maintainability
A
0 mins
Test Coverage

import table from './table'
import json from './json'
import stylish from './stylish'

export default {
  table,
  json,
  stylish,
}