()
| 36 | var HTMLElement = function() {}; |
| 37 | HTMLElement.prototype = Object.create(Element.prototype); |
| 38 | var getComputedStyle = function() { return {}; }; |
| 39 | var navigator = { userAgent: '' }; |
| 40 | var location = { href: '', protocol: 'https:', host: 'localhost' }; |
| 41 | var console = { log: function(){}, warn: function(){}, error: function(){}, debug: function(){}, info: function(){} }; |
no outgoing calls
no test coverage detected