UNPKG

polyfill-service

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