UNPKG

not-key

Version:
8 lines (6 loc) 139 B
const expect = require('chai').expect; describe('key', function() { it('empty test', function(){ expect(true).to.be.not.null; }); });