UNPKG

polyfill-service

Version:
10 lines (7 loc) 143 B
describe('console', function () { it('log()', function () { expect(function () { console.log(); }).not.to.throwException(); }); });