diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-05-02 19:53:10 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-05-02 19:53:10 +0200 |
| commit | b15225c9dff2864ee774a0ab1dcf19d9353ec10b (patch) | |
| tree | c492bdda4ae0f1471a9fc8fda6583703cb227269 /package.json | |
| parent | 605230e032808155d62ed773cc551b5ae1847a5f (diff) | |
Add posts store pact test
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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": { |