Skip to content

Commit d1a8ba1

Browse files
committed
fix(export): Exporting utils
1 parent 7962b2d commit d1a8ba1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/yet-another-fetch-mock.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,6 @@ class FetchMock {
132132
}
133133

134134
export default FetchMock;
135+
136+
export { default as MatcherUtils } from './matcher-utils';
137+
export { default as ResponseUtils } from './response-utils';

0 commit comments

Comments
 (0)