Skip to content

Commit e0db606

Browse files
committed
fixup! feat(aria/accordion): introduce accordion harness
1 parent 0c99cf2 commit e0db606

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/aria/accordion/testing/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
* found in the LICENSE file at https://angular.dev/license
77
*/
88

9-
export * from './accordion-harness';
9+
export * from './public-api';
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.dev/license
7+
*/
8+
9+
export * from './accordion-harness';

0 commit comments

Comments
 (0)