smokesignals
v3.0.4
Published
Utilities for testing Trails Applications and Trailpacks
Downloads
2,429
Readme
smokesignals
:fire: Utilities for testing Trails Applications and Trailpacks
Install
$ npm install smokesignals
API
const smokesignals = require('smokesignals')
smokesignals.Logger
A mock logger that can be used for testing so that you don't have to require()
and configure winston
.
smokesignals.FailsafeConfig
A configuration object that can be merged into a barebones "test" config so that it can pass validation by trailpack-core.
Contributing
We love contributions! Please check out our Contributor's Guide for more information on how our projects are organized and how to get started.