Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eightypop committed Dec 31, 2018
1 parent 6956046 commit 4f6d522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Expand Up @@ -977,7 +977,7 @@ A map from regular expressions to paths to transformers. A transformer is a modu

Examples of such compilers include [Babel](https://babeljs.io/), [TypeScript](http://www.typescriptlang.org/) and [async-to-gen](http://github.com/leebyron/async-to-gen#jest).

You can pass configuration to a like `{filePattern: ['path-to-transformer', {options}]}`
You can pass configuration to a transformer like `{filePattern: ['path-to-transformer', {options}]}`

_Note: a transformer is only run once per file unless the file has changed. During development of a transformer it can be useful to run Jest with `--no-cache` to frequently [delete Jest's cache](Troubleshooting.md#caching-issues)._

Expand Down

0 comments on commit 4f6d522

Please sign in to comment.