We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ded07 commit aa22faeCopy full SHA for aa22fae
src/dsl/options.ts
@@ -3,7 +3,7 @@
3
* @module PactOptions
4
*/
5
import { PactfileWriteMode } from "./mockService";
6
-import { MessageProviders, StateHandlers } from "pact";
+import { MessageProviders, StateHandlers } from "../pact";
7
8
export type LogLevel = "trace" | "debug" | "info" | "warn" | "error" | "fatal";
9
0 commit comments