UNPKG

polyfill-service

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