Update jest.config.js

This commit is contained in:
shamoon 2023-10-01 14:05:26 -07:00
parent b5bb711e43
commit 1999b2f150

View File

@ -11,4 +11,5 @@ module.exports = {
moduleNameMapper: { moduleNameMapper: {
'^src/(.*)': '<rootDir>/src/$1', '^src/(.*)': '<rootDir>/src/$1',
}, },
workerIdleMemoryLimit: '512MB',
} }