Skip to content

Commit

Permalink
feat(reporters): re-expose getResultHeader as a util (#11460)
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed May 27, 2021
1 parent b5aa002 commit 0088802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

### Features

- `[jest-reporters]` Expose the `getResultHeader` util ([#11460](https://github.com/facebook/jest/pull/11460))

### Fixes

- `[jest-worker]` Loosen engine requirement to `>= 10.13.0` ([#11451](https://github.com/facebook/jest/pull/11451))
Expand Down
2 changes: 2 additions & 0 deletions packages/jest-reporters/src/index.ts
Expand Up @@ -5,6 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

import getResultHeader from './getResultHeader';
import {
formatTestPath,
printDisplayName,
Expand Down Expand Up @@ -33,6 +34,7 @@ export type {
} from './types';
export const utils = {
formatTestPath,
getResultHeader,
printDisplayName,
relativePath,
trimAndFormatPath,
Expand Down

0 comments on commit 0088802

Please sign in to comment.