mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
fix(ci): set maxWorkers to 1 for jest tests
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
const nxPreset = require('@nx/jest/preset').default;
|
||||
|
||||
module.exports = { ...nxPreset };
|
||||
module.exports = {
|
||||
...nxPreset,
|
||||
maxWorkers: 1,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user