I see the below issue while run npm run test whi using the library mui-tel-input .
arelady i have added
transform: { '^.+\\.(ts|tsx)$': [ 'ts-jest', { tsconfig: 'tsconfig.test.json', isolatedModules: true, }, ], '\\.js$': '<rootDir>/node_modules/babel-jest', '^.+\\.es\\.js$': '<rootDir>/node_modules/babel-jest', }, transformIgnorePatterns: ['node_modules/(?!(mui-tel-input)/)'],
any recomndations ??
below is my env
I see the below issue while run npm run test whi using the library mui-tel-input . arelady i have added
transform: { '^.+\\.(ts|tsx)$': [ 'ts-jest', { tsconfig: 'tsconfig.test.json', isolatedModules: true, }, ], '\\.js$': '<rootDir>/node_modules/babel-jest', '^.+\\.es\\.js$': '<rootDir>/node_modules/babel-jest', }, transformIgnorePatterns: ['node_modules/(?!(mui-tel-input)/)'],
any recomndations ?? below is my env