Skip to content

Commit

Permalink
Expose getSummary from jest-reporters.utils (jestjs#11695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asaf-S authored and splincode committed Aug 24, 2021
1 parent db2d0ad commit d925198
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,10 @@

## 27.0.7

### Features

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

### Chore & Maintenance

- `[docs]` Correct expects.assertions documentation by adding async/await for asynchronous function.
Expand Down
2 changes: 2 additions & 0 deletions packages/jest-reporters/src/index.ts
Expand Up @@ -8,6 +8,7 @@
import getResultHeader from './getResultHeader';
import {
formatTestPath,
getSummary,
printDisplayName,
relativePath,
trimAndFormatPath,
Expand Down Expand Up @@ -35,6 +36,7 @@ export type {
export const utils = {
formatTestPath,
getResultHeader,
getSummary,
printDisplayName,
relativePath,
trimAndFormatPath,
Expand Down

0 comments on commit d925198

Please sign in to comment.