UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

8 lines (6 loc) 136 B
describe('axe.commons', function () { 'use strict'; it('should be an object', function () { assert.isObject(axe.commons); }); });