"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",