Skip to content

Commit

Permalink
PR feedback: Add notice about brevity in trimmed down version and whe…
Browse files Browse the repository at this point in the history
…re to find full version
  • Loading branch information
fatso83 committed Feb 22, 2022
1 parent c982591 commit 2e12fdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/CodeTransformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ If you override the `transform` configuration option `babel-jest` will no longer
You can write your own transformer. The API of a transformer is as follows:

```ts
// This version of the interface you are seeing on the website has been trimmed down for brevity
// For the full definition, see `packages/jest-transform/src/types.ts` in https://github.com/facebook/jest
// (taking care in choosing the right tag/commit for your version of Jest)

export interface CallerTransformOptions {
supportsDynamicImport: boolean;
supportsExportNamespaceFrom: boolean;
Expand Down

0 comments on commit 2e12fdc

Please sign in to comment.