From 8a6cc3c0aae224f6fafe5c5e99e818113fdaf12d Mon Sep 17 00:00:00 2001 From: Michiel De Mey Date: Sun, 26 Feb 2023 14:24:21 +0100 Subject: [PATCH] Fixed typo in Jest's modulePaths --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79cfeb9f5..693893289 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jest": { "testTimeout": 15000, "modulePaths": [ - "mode_modules", + "node_modules", "shared", "server" ],