Skip to content
Snippets Groups Projects
Commit 2fa85e90 authored by OZGCloud's avatar OZGCloud
Browse files

Fix jest max memory value

parent 8f1477d8
Branches
Tags
No related merge requests found
...@@ -28,5 +28,5 @@ module.exports = { ...@@ -28,5 +28,5 @@ module.exports = {
moduleNameMapper: { moduleNameMapper: {
'lodash-es': 'lodash', 'lodash-es': 'lodash',
}, },
workerIdleMemoryLimit: '1024GB' workerIdleMemoryLimit: '1024MB'
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment