UNPKG

polyfill-service

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