We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515577c commit f0b9c6bCopy full SHA for f0b9c6b
packages/plugin-axe/src/lib/axe-core-polyfilled.ts
@@ -15,9 +15,9 @@
15
* Do NOT import from this file directly. Use safe-axe-core-import.ts instead.
16
*/
17
// Import polyfill FIRST to ensure globals are set before axe-core loads
18
-// eslint-disable-next-line import/no-unassigned-import
19
// Now safe to import axe-core - globals exist due to polyfill import above
20
import axe from 'axe-core';
+// eslint-disable-next-line import/no-unassigned-import
21
import './jsdom.polyfill.js';
22
23
// Re-export axe default and all types used throughout the codebase
0 commit comments