Sha256: 8f68ce98b25e39c7a650a2aea6cb186f1fa555cdd41135c72ba7167dc4309566

Contents?: true

Size: 574 Bytes

Versions: 6

Compression:

Stored size: 574 Bytes

Contents

/**
 * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
import type { Config } from '@jest/types';
import type { AllowedConfigOptions } from 'jest-watcher';
declare type ExtraConfigOptions = Partial<Pick<Config.GlobalConfig, 'noSCM' | 'passWithNoTests'>>;
export default function updateGlobalConfig(globalConfig: Config.GlobalConfig, options?: AllowedConfigOptions & ExtraConfigOptions): Config.GlobalConfig;
export {};

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-0.27.1 packages/webpacker/node_modules/@jest/core/build/lib/updateGlobalConfig.d.ts
decidim-0.26.4 packages/webpacker/node_modules/@jest/core/build/lib/updateGlobalConfig.d.ts
decidim-0.27.0 packages/webpacker/node_modules/@jest/core/build/lib/updateGlobalConfig.d.ts
decidim-0.26.3 packages/webpacker/node_modules/@jest/core/build/lib/updateGlobalConfig.d.ts
decidim-0.27.0.rc2 packages/webpacker/node_modules/@jest/core/build/lib/updateGlobalConfig.d.ts
decidim-0.27.0.rc1 packages/webpacker/node_modules/@jest/core/build/lib/updateGlobalConfig.d.ts