Interface: IXrayJestConfigOverrides
Consumer overrides merged into the generated Jest config.
moduleNameMapper is merged with the SDK mapper, and duplicate mapper keys use the consumer value. setupFiles and setupFilesAfterEnv are appended after the SDK entries. Any other key replaces the default value.
Indexable
ts
[key: string]: unknownProperties
moduleNameMapper?
ts
optional moduleNameMapper?: Record<string, string>;setupFiles?
ts
optional setupFiles?: string[];setupFilesAfterEnv?
ts
optional setupFilesAfterEnv?: string[];