UNPKG

polyfill-service

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