We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb98f5 commit 02d0996Copy full SHA for 02d0996
src/public-api.ts
@@ -2,7 +2,13 @@
2
* Public API Surface of testing
3
*/
4
// Class.
5
-export { Testing } from './lib';
+export { Testing, TestingToBeMatchers } from './lib';
6
+
7
+export {
8
+ // Example class for testing.
9
+ TestingClass,
10
+ TestingPerson,
11
+} from './lib/constants';
12
13
// Constants.
14
export {
@@ -23,8 +29,6 @@ export {
23
29
24
30
TESTING_CLASS,
25
31
TESTING_PERSON,
26
- TestingClass,
27
- TestingPerson,
28
32
// Date.
33
TESTING_DATE,
34
// Boolean.
0 commit comments