2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/packages/vue/jest.config.js

9 lines
188 B
JavaScript
Raw Normal View History

2020-04-28 09:47:35 +00:00
module.exports = {
moduleFileExtensions: ['js', 'json', 'vue'],
2020-04-28 09:47:35 +00:00
transform: {
'^.+\\.js$': 'babel-jest',
'^.+\\.vue$': '@vue/vue3-jest',
2020-04-28 09:47:35 +00:00
},
2021-05-05 16:24:26 +00:00
testMatch: ['**/tests/**/*.test.js'],
2020-04-28 09:47:35 +00:00
};