From 46ddb488be5b99aa302acf650e1f1f311f31d8a7 Mon Sep 17 00:00:00 2001 From: William Wong Date: Thu, 26 Sep 2024 08:04:11 +0000 Subject: [PATCH] Use rootDir --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 65c1032951..20828d4d30 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,3 +1,3 @@ module.exports = { - projects: ['./jest.html2.config.js', './jest.legacy.config.js'] + projects: ['/jest.html2.config.js', '>/jest.legacy.config.js'] };