We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac58a2 commit 6d07d33Copy full SHA for 6d07d33
jest/src/config/jest-conf.generator.ts
@@ -49,6 +49,7 @@ export interface IOptions {
49
defaultConfOptions?: IDefaultConfOptions;
50
tsJestConfig?: any;
51
extraSetupFiles?: string[];
52
+ setupFilesAfterEnv?: string[];
53
}
54
55
// considering our heap consumption (~300-700mb), 5 workers will consume around 3GB of ram
0 commit comments