UNPKG

carcass-config

Version:

(Node.js) A config file loader and manager, in Carcass style.

9 lines (6 loc) 153 B
var lib = require('../'); describe('Index:', function() { it('should be an object', function() { lib.should.be.type('object'); }); });