UNPKG

polyfill-service

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