UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

11 lines (9 loc) 231 B
describe('export', function () { 'use strict'; it('should publish a global `axe` variable', function () { assert.isDefined(window.axe); }); it('should define version', function () { assert.isNotNull(axe.version); }); });