UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

11 lines (9 loc) 244 B
describe('index', function () { 'use strict'; it('should redefine `define`', function () { assert.equal(typeof define, 'undefined'); }); it('should redefine `require`', function () { assert.equal(typeof require, 'undefined'); }); });