This commit is contained in:
2023-09-07 17:07:25 +02:00
parent b2f0acc092
commit ab20619d6b
+5 -1
View File
@@ -65,7 +65,11 @@ export default {
// globalTeardown: undefined,
// A set of global variables that need to be available in all test environments
// globals: {},
globals: {
'ts-jest': {
isolatedModules: true
}
}
// The maximum amount of workers used to run your tests. Can be specified as % or a number. E.g. maxWorkers: 10% will use 10% of your CPU amount + 1 as the maximum worker number. maxWorkers: 2 will use a maximum of 2 workers.
// maxWorkers: "50%",