We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c99cf2 commit e0db606Copy full SHA for e0db606
src/aria/accordion/testing/index.ts
@@ -6,4 +6,4 @@
6
* found in the LICENSE file at https://angular.dev/license
7
*/
8
9
-export * from './accordion-harness';
+export * from './public-api';
src/aria/accordion/testing/public-api.ts
@@ -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
+ * found in the LICENSE file at https://angular.dev/license
+ */
+
+export * from './accordion-harness';
0 commit comments