From 24c635e9bca0e0cac17e39a27a8a1846e5e154ba Mon Sep 17 00:00:00 2001 From: Kia Lam Date: Tue, 26 Oct 2021 14:48:58 -0700 Subject: Fix unit tests. --- awx/ui/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx/ui/package.json b/awx/ui/package.json index c4d661d863..4fa3bac6fe 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -101,6 +101,9 @@ "coveragePathIgnorePatterns": [ "/src/locales", "index.js" + ], + "transformIgnorePatterns": [ + "/node_modules/(?!d3)/" ] } } -- cgit v1.2.3