From 5543255b22b2c86b35de0180c249ff3501edd994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Tue, 28 Sep 2021 23:52:43 +0200 Subject: [PATCH] Fix tests --- babel.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/babel.config.js b/babel.config.js index 69255fe2df06..ec3e07d9cd07 100644 --- a/babel.config.js +++ b/babel.config.js @@ -100,6 +100,8 @@ module.exports = function (api) { needsPolyfillsForOldNode = true; break; case "test-legacy": // In test-legacy environment, we build babel on latest node but test on minimum supported legacy versions + dynamicESLintVersionCheck = true; + // fall through case "production": // Config during builds before publish. targets = { node: nodeVersion };