From 73973edab9aaa81312ba80a68bfe34bf5abcecd9 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 2 May 2021 00:23:16 +0200 Subject: Add pact test for forums store --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index ca8bb37..c76c681 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@babel/core": "^7.13.15", "@babel/preset-env": "^7.13.15", "@hapi/eslint-config-hapi": "^13.0.2", + "@pact-foundation/pact": "^9.15.5", "@sveltejs/adapter-node": "next", "@sveltejs/kit": "next", "@testing-library/jest-dom": "^5.11.10", -- cgit