UNPKG

damn-support

Version:
14 lines (10 loc) 224 B
'use strict'; const lib = require('..'); before(function () { this.lib = lib; }); describe('damn-support', function () { it('should be an Object', function () { this.lib.should.be.an.Object(); }); });