Skip to content

Commit

Permalink
feat(jest): export buildArgv #12456
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwa committed Sep 18, 2024
1 parent 018074b commit f1a17c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export {
runCLI,
} from '@jest/core';

export {run} from 'jest-cli';
export {run, buildArgv} from 'jest-cli';

export type Config = ConfigTypes.InitialOptions;

0 comments on commit f1a17c6

Please sign in to comment.