You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { getFlattenedTree, getSelectorData } from '../utils';
import { setupGlobals } from './run/globals-setup';
/**
* Setup axe-core so axe.common functions can work properly.
* @param {Node} [node=document.documentElement] optional node. NOTE: passing in anything other than body or the documentElement may result in incomplete results.
*/
function setup(node) {
if (axe._tree) {
throw new Error(
'Axe is already setup. Call `axe.teardown()` before calling `axe.setup` again.'