UNPKG

polyfill-service

Version:
13 lines (9 loc) 191 B
/* eslint-env mocha, browser */ /* global proclaim */ describe('console', function () { it('time()', function () { proclaim.doesNotThrow(function () { console.time(); }); }); });