UNPKG

@soomo/wicg-inert

Version:

A polyfill for the proposed inert API

6 lines (5 loc) 185 B
describe('HTMLElement.prototype', function() { it('should patch the HTMLElement prototype', function() { expect(HTMLElement.prototype.hasOwnProperty('inert')).to.be.ok; }); });