UNPKG

polyfill-service

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