UNPKG

@workablehr/riviere

Version:

log inbound/outbound HTTP traffic

8 lines (6 loc) 212 B
const defaultAdapter = require('../../../../lib/adapters/default'); describe('#defaultAdapter', () => { it('should be an object', () => { (typeof defaultAdapter === 'object').should.equal(true); }); });