mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
11 lines
247 B
JavaScript
11 lines
247 B
JavaScript
module.exports = {
|
|
verbose: true,
|
|
moduleFileExtensions: ['js', 'json', 'vue'],
|
|
transform: {
|
|
'.*\\.(vue)$': 'vue-jest',
|
|
'^.+\\.js$': '<rootDir>/node_modules/babel-jest',
|
|
},
|
|
collectCoverage: false,
|
|
testMatch: ['**/tests/**/*.test.js'],
|
|
};
|