]> git.r.bdr.sh - rbdr/forum/blobdiff - package.json
Add posts store pact test
[rbdr/forum] / package.json
index eab545c4b833aee7a7b75eb5a03ac8379438fff6..0e47818b7f7cb014082a44e82dbe7ac580fb3c4f 100644 (file)
@@ -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": {
                "@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",