Skip to content

Commit

Permalink
capricorn86#204@minor: Add support for HTMLAnchorElement.
Browse files Browse the repository at this point in the history
  • Loading branch information
IGx89 committed Oct 30, 2022
1 parent 62e2920 commit 69b2150
Show file tree
Hide file tree
Showing 5 changed files with 805 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/happy-dom/src/config/ElementTag.ts
Expand Up @@ -20,9 +20,10 @@ import HTMLDialogElement from '../nodes/html-dialog-element/HTMLDialogElement';
import HTMLButtonElement from '../nodes/html-button-element/HTMLButtonElement';
import HTMLAudioElement from '../nodes/html-audio-element/HTMLAudioElement';
import HTMLVideoElement from '../nodes/html-video-element/HTMLVideoElement';
import HTMLAnchorElement from '../nodes/html-anchor-element/HTMLAnchorElement';

export default {
A: HTMLElement,
A: HTMLAnchorElement,
ABBR: HTMLElement,
ADDRESS: HTMLElement,
AREA: HTMLElement,
Expand Down

0 comments on commit 69b2150

Please sign in to comment.