Skip to content

Commit 02d0996

Browse files
chore(api): reorganize export
1 parent afb98f5 commit 02d0996

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/public-api.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
* Public API Surface of testing
33
*/
44
// Class.
5-
export { Testing } from './lib';
5+
export { Testing, TestingToBeMatchers } from './lib';
6+
7+
export {
8+
// Example class for testing.
9+
TestingClass,
10+
TestingPerson,
11+
} from './lib/constants';
612

713
// Constants.
814
export {
@@ -23,8 +29,6 @@ export {
2329
// Class.
2430
TESTING_CLASS,
2531
TESTING_PERSON,
26-
TestingClass,
27-
TestingPerson,
2832
// Date.
2933
TESTING_DATE,
3034
// Boolean.

0 commit comments

Comments
 (0)