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

8 lines
145 B
JavaScript
Raw Normal View History

2020-04-28 09:47:35 +00:00
module.exports = {
2021-05-05 16:24:26 +00:00
preset: '@vue/cli-plugin-unit-jest',
2020-04-28 09:47:35 +00:00
transform: {
2021-05-05 16:24:26 +00:00
'^.+\\.vue$': 'vue-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
};