UNPKG

polyfill-service

Version:
11 lines (8 loc) 195 B
describe('console', function () { it('timeEnd()', function () { expect(function () { console.time('testTimeEnd') console.timeEnd('testTimeEnd'); }).not.to.throwException(); }); });