aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-05-02 19:53:10 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-05-02 19:53:10 +0200
commitb15225c9dff2864ee774a0ab1dcf19d9353ec10b (patch)
treec492bdda4ae0f1471a9fc8fda6583703cb227269 /package.json
parent605230e032808155d62ed773cc551b5ae1847a5f (diff)
Add posts store pact test
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c76c681..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": {