From cc3303cbd87b1dbfe4e41ff8acf4df9e3dc0805d Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Thu, 12 May 2022 16:34:53 -0700 Subject: Add Unit Testing for `url-helpers.ts`; Moved all tests into single pattern so they are run as a suite (#112) Co-authored-by: Vijay A --- babel.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'babel.config.json') diff --git a/babel.config.json b/babel.config.json index fd89ad94e..1be7f69d0 100644 --- a/babel.config.json +++ b/babel.config.json @@ -8,7 +8,8 @@ } } ], - ["@babel/preset-react", { "runtime": "automatic" }] + ["@babel/preset-react", { "runtime": "automatic" }], + "@babel/preset-typescript", ], "plugins": [ [ -- cgit v1.2.3-54-g00ecf