We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f8b50 + e107e29 commit b2c16deCopy full SHA for b2c16de
1 file changed
jest.preset.js
@@ -1,3 +1,6 @@
1
const nxPreset = require('@nx/jest/preset').default;
2
3
-module.exports = { ...nxPreset };
+module.exports = {
4
+ ...nxPreset,
5
+ maxWorkers: 1,
6
+};
0 commit comments