From 0142a44e4bd224ee3a87e7fbae94533fafdce58a Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:38:23 -0700 Subject: [PATCH] another doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7843ff2..520cb46 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Simply precompiles Svelte components before importing them into Jest tests.

-This version requires Jest >= 27 and defaults to ESM. If you want to use CJS, you need to specify the full path 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.

[![version][version-badge]][package]