| | |
| | | import type { Config } from '@jest/types'; |
| | | import type { AllowedConfigOptions } from 'jest-watcher'; |
| | | declare type ExtraConfigOptions = Partial<Pick<Config.GlobalConfig, 'noSCM' | 'passWithNoTests'>>; |
| | | declare const _default: (globalConfig: Config.GlobalConfig, options?: AllowedConfigOptions & ExtraConfigOptions) => Config.GlobalConfig; |
| | | export default _default; |
| | | export default function updateGlobalConfig(globalConfig: Config.GlobalConfig, options?: AllowedConfigOptions & ExtraConfigOptions): Config.GlobalConfig; |
| | | export {}; |