Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 28, 2021
1 parent bf80773 commit 5543255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions babel.config.js
Expand Up @@ -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 };
Expand Down

0 comments on commit 5543255

Please sign in to comment.