Skip to content

Commit 6d07d33

Browse files
chore: extra jest option
1 parent aac58a2 commit 6d07d33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest/src/config/jest-conf.generator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export interface IOptions {
4949
defaultConfOptions?: IDefaultConfOptions;
5050
tsJestConfig?: any;
5151
extraSetupFiles?: string[];
52+
setupFilesAfterEnv?: string[];
5253
}
5354

5455
// considering our heap consumption (~300-700mb), 5 workers will consume around 3GB of ram

0 commit comments

Comments
 (0)