From 63c841f6d028d33d9ac6765a8917071fd3fabec7 Mon Sep 17 00:00:00 2001 From: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com> Date: Tue, 27 Oct 2020 16:52:43 +0800 Subject: [PATCH] Update jest.config.js --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 898dafbcfc..eac923d369 100644 --- a/jest.config.js +++ b/jest.config.js @@ -30,7 +30,7 @@ module.exports = { }, ], }, - moduleFileExtensions: ['ts', 'tsx', 'js', 'json', 'vue'], + moduleFileExtensions: ['ts', 'tsx', 'js', 'json'], // u can change this option to a more specific folder for test single component or util when dev // for example, ['/packages/input'] roots: [''],