Skip to content

Commit

Permalink
feat(jest-cli): export buildArgv #12456
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwa committed Sep 18, 2024
1 parent bd1c6db commit 018074b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* LICENSE file in the root directory of this source tree.
*/

export {run} from './run';
export {run, buildArgv} from './run';
export {options as yargsOptions} from './args';

0 comments on commit 018074b

Please sign in to comment.