mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-18 16:17:43 +01:00
10 lines
217 B
JavaScript
10 lines
217 B
JavaScript
|
|
module.exports = {
|
||
|
|
verbose: true,
|
||
|
|
roots: ['<rootDir>/src/', '<rootDir>/tests/'],
|
||
|
|
moduleFileExtensions: ['js'],
|
||
|
|
transformIgnorePatterns: [`/node_modules`],
|
||
|
|
transform: {
|
||
|
|
'^.+\\.js$': 'babel-jest',
|
||
|
|
},
|
||
|
|
};
|