Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
module.exports = {
preset: '../../test/packages/jest-preset.js',
testEnvironment: 'jsdom',
testMatch: [ '<rootDir>/**/__tests__/**/*.[jt]s?(x)', '!**/.eslintrc.*' ],
transformIgnorePatterns: [ 'node_modules/(?!gridicons)(?!.*\\.svg)' ],
};