UNPKG

633 BTypeScriptView Raw
1/**
2 * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7import type {Config as Config_2} from '@jest/types';
8import {createTestScheduler} from '@jest/core';
9import {getVersion} from '@jest/core';
10import {run} from 'jest-cli';
11import {runCLI} from '@jest/core';
12import {SearchSource} from '@jest/core';
13
14export declare type Config = Config_2.InitialOptions;
15
16export {createTestScheduler};
17
18export {getVersion};
19
20export {run};
21
22export {runCLI};
23
24export {SearchSource};
25
26export {};