Skip to content

Commit 51282b0

Browse files
committed
fix(export): Forgot exporting MiddlewareUtils
1 parent d7cce99 commit 51282b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/yet-another-fetch-mock.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,5 @@ export default FetchMock;
117117

118118
export { default as MatcherUtils } from './matcher-utils';
119119
export { default as ResponseUtils } from './response-utils';
120+
export { default as MiddlewareUtils } from './middleware-utils';
120121
export * from './types';

0 commit comments

Comments
 (0)