grantcarthew/node-perj

View on GitHub
tests/adhock.js

Summary

Maintainability
A
0 mins
Test Coverage
require('console-probe').apply()
const Perj = require('../src/perj')
const log = new Perj()
const child = log.child({ child: true })
console.probe(child)