Skip to content

Commit

Permalink
another doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 20, 2023
1 parent d9423e0 commit 0142a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Simply precompiles Svelte components before importing them into Jest tests.
</p>

<p>
This version requires Jest >= 27 and defaults to ESM. If you want to use CJS, you need to specify the <strong>full path</strong> for the jest transformer in your jest config.
This version requires Jest >= 27 and defaults to ESM. If you want to use CJS, you need to omit the `extensionsToTreatAsEsm` option in your jest config.
</p>

[![version][version-badge]][package]
Expand Down

0 comments on commit 0142a44

Please sign in to comment.