UNPKG

polyfill-service

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