UNPKG

polyfill-service

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