mirror of
https://github.com/iconify/iconify.git
synced 2024-11-05 21:07:51 +00:00
9 lines
188 B
JavaScript
9 lines
188 B
JavaScript
module.exports = {
|
|
moduleFileExtensions: ['js', 'json', 'vue'],
|
|
transform: {
|
|
'^.+\\.js$': 'babel-jest',
|
|
'^.+\\.vue$': '@vue/vue2-jest',
|
|
},
|
|
testMatch: ['**/tests/**/*.test.js'],
|
|
};
|