Sha256: 0eaf0429f8f095acf631372f478a63ad1714c0d649edf95c9b36eb8296b2ea0d

Contents?: true

Size: 516 Bytes

Versions: 6

Compression:

Stored size: 516 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 { Test } from '@jest/test-result';
import type { Config } from '@jest/types';
export default function runGlobalHook({ allTests, globalConfig, moduleName, }: {
    allTests: Array<Test>;
    globalConfig: Config.GlobalConfig;
    moduleName: 'globalSetup' | 'globalTeardown';
}): Promise<void>;

Version data entries

6 entries across 6 versions & 1 rubygems

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