Testing-React-Redux-with-Jest-and-Enzyme icon indicating copy to clipboard operation
Testing-React-Redux-with-Jest-and-Enzyme copied to clipboard

React Redux Testing Template using Jest and Enzyme

Results 11 Testing-React-Redux-with-Jest-and-Enzyme issues
Sort by recently updated
recently updated
newest added

my package,json file { "name": "sws-portal", "version": "0.1.0", "private": true, "dependencies": { "@babel/core": "7.9.0", "@ckeditor/ckeditor5-basic-styles": "25.0.0", "@svgr/webpack": "4.3.3", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^2.10.0", "antd": "^4.6.6", "apexcharts": "^3.23.1", "axios": "0.20.0", "babel-eslint": "10.1.0",...

I take a clone and run the test cases . All test cases and pass except for App.test.js. its throw an error ● App Component › exampleMethod_returnsAValue Method should return...

He añadido un comentario al script App.js indicando que es un combio trivial.

Se agregó una línea de prueba al README como parte del proceso de configuración del repositorio.