From 3f53aef0fcea1ea51b2716cdae3dfb8526705176 Mon Sep 17 00:00:00 2001 From: Jim Fisher Date: Sat, 18 Dec 2021 14:49:56 +0000 Subject: [PATCH] This example does not show how to use Jest with TypeScript --- examples/with-jest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-jest/README.md b/examples/with-jest/README.md index 1199feb5bf873..84f0bdac31063 100644 --- a/examples/with-jest/README.md +++ b/examples/with-jest/README.md @@ -2,7 +2,7 @@ This example shows how to configure Jest to work with Next.js. -This includes Next.js' built-in support for Global CSS, CSS Modules, and TypeScript! +This includes Next.js' built-in support for Global CSS and CSS Modules. ## How to Use