mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
module.exports = {
|
|
preset: '@vue/cli-plugin-unit-jest',
|
|
transform: {
|
|
'^.+\\.vue$': 'vue-jest',
|
|
},
|
|
testMatch: ['**/tests/**/*.test.js'],
|
|
};
|