Aleksandr Barylo
Aleksandr Barylo
I tried this ``` "jest": { "transformIgnorePatterns": [ "node_modules/(?!(jsoneditor-react/))" ], "moduleNameMapper": { "\\.css$": "identity-obj-proxy" } }, ``` But no result. When running test i got "SyntaxError: Cannot use import statement...
same problem
Same issue
+1 for this feature request
I have same issue. ``` Operating System: macOS Node.js version: 18.15.0 NPM version: 9.5.0 Strapi version: 4.24.0 Database: postgres "@strapi/plugin-i18n": "4.24.0" ``` Will be appreciate for any suggestions how to...