From 1730683f37a3ceecc9ed9b743ccb4db953f30408 Mon Sep 17 00:00:00 2001 From: Timothy Jones Date: Sun, 17 Nov 2024 17:28:31 +1100 Subject: [PATCH] style: Remove unused variable --- src/github.pact.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.pact.test.js b/src/github.pact.test.js index a71f867..6d48d65 100644 --- a/src/github.pact.test.js +++ b/src/github.pact.test.js @@ -1,4 +1,4 @@ -const { PactV3, MatchersV3 } = require('@pact-foundation/pact'); +const { PactV3 } = require('@pact-foundation/pact'); const path = require('path'); const github = require('./github');