Skip to content

Commit 22dd52f

Browse files
committed
refactor(core): re-export private exports from testing (angular#55101)
This commit re-exports private exports from testing package. PR Close angular#55101
1 parent f9417ea commit 22dd52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/testing/public_api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
* Entry point for all public APIs of this package.
1515
*/
1616
export * from './src/testing';
17+
export * from './private_export';
1718

1819
// This file only reexports content of the `src` folder. Keep it that way.

0 commit comments

Comments
 (0)