From d60d9cfaeb86eb4f8ddbd29b2bdc0ed5d2a4af03 Mon Sep 17 00:00:00 2001 From: "Fergus MacConnell WLRS:EX" Date: Fri, 20 Sep 2024 16:17:02 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=83=20clean=20up.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/frontend/jest.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/frontend/jest.config.js b/app/frontend/jest.config.js index 422069dce..bf28a52f6 100644 --- a/app/frontend/jest.config.js +++ b/app/frontend/jest.config.js @@ -5,8 +5,7 @@ module.exports = { 'js', 'jsx', 'json', - 'vue', - '.mjs' + 'vue' ], transform: { '^.+\\.vue$': 'vue-jest',