Skip to content

Commit f16fd8d

Browse files
authored
fix(tests): Set jest max workers to 1
Set jest maxWorkers to one to reduce memory usage while testing
1 parent c4a2d5f commit f16fd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"docs-dev": "nuxt dev",
5353
"docs-gen": "nuxt generate",
5454
"docs-publish": "./build/gh-pages",
55-
"test": "jest --maxWorkers=4",
55+
"test": "jest --maxWorkers=1",
5656
"prepublish": "npm run build && npm run test",
5757
"postpublish": "npm run docs-publish",
5858
"release": "standard-version"

0 commit comments

Comments
 (0)