7152-devToTest_2414 #2228

Merged
alexm merged 636 commits from 7152-devToTest_2414 into test 2024-03-28 08:26:34 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit fa32cf37cd - Show all commits

View File

@ -1,7 +1,9 @@
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
/* eslint max-len: ["error", { "code": 150 }]*/
const cpus = require('os').cpus().length;
const maxCpus = Math.floor(cpus / 5) - 1;
module.exports = {
name: 'front end',
displayName: {
@ -12,6 +14,7 @@ module.exports = {
setupFilesAfterEnv: [
'./jest-front.js'
],
maxWorkers: maxCpus,
testMatch: [
'**/front/**/*.spec.js',
'**/print/**/*.spec.js',