Skip to content

Commit 7dc2925

Browse files
docs(aria): add information about axe-core
1 parent 4a3d088 commit 7dc2925

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/aria/disclosure/disclosure.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ describe('Disclosure Directives', () => {
5656
component = fixture.componentInstance;
5757
}
5858

59+
/**
60+
* Accessibility is validated after each test using axe-core.
61+
* @see https://github.com/dequelabs/axe-core
62+
*/
5963
afterEach(async () => {
6064
await runAccessibilityChecks(fixture.nativeElement);
6165
});

0 commit comments

Comments
 (0)