index.d.ts 614 B

1234567891011121314151617181920212223242526
  1. /**
  2. * Copyright (c) Meta Platforms, Inc. and affiliates.
  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. */
  7. import type {Config as Config_2} from '@jest/types';
  8. import {createTestScheduler} from '@jest/core';
  9. import {getVersion} from '@jest/core';
  10. import {run} from 'jest-cli';
  11. import {runCLI} from '@jest/core';
  12. import {SearchSource} from '@jest/core';
  13. export declare type Config = Config_2.InitialOptions;
  14. export {createTestScheduler};
  15. export {getVersion};
  16. export {run};
  17. export {runCLI};
  18. export {SearchSource};
  19. export {};