2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-28 17:48:27 +00:00
iconify/packages/vue/jest.config.js

8 lines
145 B
JavaScript
Raw Normal View History

2020-04-28 12:47:35 +03:00
module.exports = {
2021-05-05 19:24:26 +03:00
preset: '@vue/cli-plugin-unit-jest',
2020-04-28 12:47:35 +03:00
transform: {
2021-05-05 19:24:26 +03:00
'^.+\\.vue$': 'vue-jest',
2020-04-28 12:47:35 +03:00
},
2021-05-05 19:24:26 +03:00
testMatch: ['**/tests/**/*.test.js'],
2020-04-28 12:47:35 +03:00
};