From 118d7ed15fab688763c345883831327f8cdfb233 Mon Sep 17 00:00:00 2001 From: Brian Lewis Date: Wed, 22 Feb 2023 13:53:05 +0100 Subject: [PATCH] Add note that typescript test files don't work with jest --- docs/jest-integration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/jest-integration.md b/docs/jest-integration.md index 6afeffbe3..98f1379e8 100644 --- a/docs/jest-integration.md +++ b/docs/jest-integration.md @@ -334,3 +334,4 @@ reimplemented. - Mock functions - Isolated workers +- Typescript or any other non-Javascript test files