From ab2d0eeed7e2e417a1c51c082c3a8f6f5b3d61ed Mon Sep 17 00:00:00 2001 From: Gleb Ryshkov Date: Wed, 26 Sep 2018 10:28:03 -0700 Subject: [PATCH] docs: updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5756c7..e83ab10 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Within your regular JEST configuration, you need to specify a transform for `*.m "cache": false, "transform": { ... - "^.+\\.marko$": "/node_modules/marko-jest/preprocessor.js" + "^.+\\.marko$": "/node_modules/marko-tester/preprocessor.js" } ```