UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

11 lines (9 loc) 231 B
describe('utils', function () { 'use strict'; it('should be an object', function () { assert.isObject(window.utils); }); it('should be attached to axe global', function () { assert.equal(axe.utils, window.utils); }); });