Update jest.config.js

This commit is contained in:
Herrington Darkholme 2020-10-27 16:52:43 +08:00
parent 19a2e5f416
commit 63c841f6d0

View File

@ -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, ['<rootDir>/packages/input']
roots: ['<rootDir>'],