From 655a7bc1724c2463c14da0a23361641c2ec702e6 Mon Sep 17 00:00:00 2001 From: Tony Lefler Date: Thu, 19 Oct 2023 15:52:38 -0600 Subject: [PATCH] dont build tests --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index e8ca8aa..d66ba26 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,4 @@ module.exports = { + ignore: ["**/*.test.js"], presets: ["@babel/preset-env", "@babel/preset-react"], };