X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/46ea91c724242c4c23ece224a9e321d995c330a6..b15225c9dff2864ee774a0ab1dcf19d9353ec10b:/package.json?ds=inline diff --git a/package.json b/package.json index eab545c..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,10 +14,12 @@ "@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", "@testing-library/svelte": "^3.0.3", + "@testing-library/user-event": "^13.1.5", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "cross-fetch": "^3.1.4",