UNPKG

polyfill-service

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