2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-23 17:12:03 +00:00
iconify/components/vue2/jest.config.js

9 lines
188 B
JavaScript
Raw Normal View History

module.exports = {
moduleFileExtensions: ['js', 'json', 'vue'],
transform: {
'^.+\\.js$': 'babel-jest',
'^.+\\.vue$': '@vue/vue2-jest',
},
testMatch: ['**/tests/**/*.test.js'],
};