Skip to content

Commit aa22fae

Browse files
committed
fix(api): repair incorrect absolute import to 'pact'. Fixes #229
1 parent e6ded07 commit aa22fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsl/options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @module PactOptions
44
*/
55
import { PactfileWriteMode } from "./mockService";
6-
import { MessageProviders, StateHandlers } from "pact";
6+
import { MessageProviders, StateHandlers } from "../pact";
77

88
export type LogLevel = "trace" | "debug" | "info" | "warn" | "error" | "fatal";
99

0 commit comments

Comments
 (0)