UNPKG

logatim

Version:

Isomorphic logger which implements log levels and ANSI styles

8 lines (5 loc) 165 B
const logatim = require('../index') const prime = module.exports = {} prime.isError = (t) => { t.equal(logatim.getLevel(), 'ERROR', 'can persist among files') }