X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/47b0bfe47e6f13d549897149b0abc4a72ba8ac88..010f307346e525ac2e4239a0549d2c1a4d6d102b:/package.json?ds=inline diff --git a/package.json b/package.json index ca8bb37..0e47818 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "svelte-kit build", "start": "svelte-kit start", "lint": "eslint --fix .", - "test": "jest src", + "test": "jest src --runInBand", "test:watch": "npm run test -- --watch" }, "devDependencies": { @@ -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",