aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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": {