Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pact/src/pact-js/pactcore.d.ts>MatchingResultPlugin

Pact 🔗 Contract Testing for Deno 🦕, Powered by Rust 🦀
Latest
type alias MatchingResultPlugin
import { type MatchingResultPlugin } from "https://deno.land/x/pact@0.1.0/src/pact-js/pactcore.d.ts";
definition: { error: string; path?: string; mismatches: PluginContentMismatch[]; }