mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 19:37:40 +01:00
9 lines
256 B
JavaScript
9 lines
256 B
JavaScript
/* eslint-disable */
|
|
module.exports = {
|
|
testPathIgnorePatterns: ['<rootDir>/.next/', '<rootDir>/node_modules/'],
|
|
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
|
|
transform: {
|
|
'^.+\\.(js|jsx|ts|tsx)$': '<rootDir>/node_modules/babel-jest',
|
|
},
|
|
};
|