UNPKG

polyfill-service

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