Skip to content

Commit c3cd435

Browse files
committed
feat(types): reexport Interaction and MockService namespace into pact-web #117
1 parent e1b658f commit c3cd435

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/pact-web.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,17 @@ export type PactOptionsComplete = PactOptions & MandatoryPactOptions;
168168
* @static
169169
*/
170170
module.exports.Matchers = Matchers
171+
172+
/**
173+
* Exposes {@link Interaction}
174+
* @memberof Pact
175+
* @static
176+
*/
177+
export * from './dsl/interaction';
178+
179+
/**
180+
* Exposes {@link MockService}
181+
* @memberof Pact
182+
* @static
183+
*/
184+
export * from './dsl/mockService';

0 commit comments

Comments
 (0)