Skip to content

Commit

Permalink
chore(jest-types): expose type CacheKeyOptions for `getCacheK… (#9762)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Apr 3, 2020
1 parent f9bb4b8 commit 9f7fa46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@

### Chore & Maintenance

- `[@jest/transform]` Expose type `TransformedSource` ([#9762](https://github.com/facebook/jest/pull/9762))

### Performance

## 25.2.7
Expand Down
1 change: 1 addition & 0 deletions packages/jest-transform/src/index.ts
Expand Up @@ -11,6 +11,7 @@ export {
} from './ScriptTransformer';
export {default as shouldInstrument} from './shouldInstrument';
export type {
CacheKeyOptions,
Transformer,
ShouldInstrumentOptions,
Options as TransformationOptions,
Expand Down

0 comments on commit 9f7fa46

Please sign in to comment.