Skip to content

Commit 12fd5ca

Browse files
committed
refactor: wip
1 parent e452315 commit 12fd5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-axe/src/lib/jsdom.polyfill.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @see https://github.com/dequelabs/axe-core/issues/3962
2121
*/
22-
// @ts-expect-error - jsdom types are in devDependencies at root level
22+
// @ts-ignore - jsdom types are in devDependencies at root level
2323
import { JSDOM } from 'jsdom';
2424

2525
const html = `<!DOCTYPE html>\n<html></html>`;

0 commit comments

Comments
 (0)