Vipul Jindal

Results 21 comments of Vipul Jindal

can you share your package.json if possible? On Thu, Mar 19, 2020, 13:49 Vipul Jindal wrote: > yes I have that in src folder. And what is CRA? > >...

You have different scripts in your medium blog and did you create a seperate jest config file or configured it in your package.json itself. On Thu, Mar 19, 2020, 14:01...

The problem I'm facing is in Jenkins as it's not able to find my test files. On Thu, Mar 19, 2020, 14:40 Saibamen wrote: > I did not set some...

I have attached package.json. On Thu, Mar 19, 2020 at 3:15 PM Saibamen wrote: > Please provide your package.json > > — > You are receiving this because you were...

it is attached in previous mail i sent you in attachments. On Thu, Mar 19, 2020, 15:37 Saibamen wrote: > Where? > > — > You are receiving this because...

{ "name": "testing-react-app", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.4.1", "@testing-library/user-event": "^7.2.1", "axios": "^0.19.2", "react": "^16.13.0", "react-dom": "^16.13.0", "react-scripts": "3.4.0" }, "scripts": { "start": "react-scripts start", "build":...

I've copy pasted the contents in previous mail. please check once. On Thu, Mar 19, 2020, 15:54 Saibamen wrote: > Sending attachments by mail is not supported by GitHub. Please...

Okay I'll try this. On Thu, Mar 19, 2020, 16:15 Saibamen wrote: > > 1. Replace test script to "test": "react-scripts test", > 2. Remove jest node > 3. Delete...

I have added this command to my jenkins file : bat "set CI=true && npm run coverage:prod -u" to run tests is this okay or any changes are required? On...

No I'm not at work and I've tried many ways but none of them is working. On Thu, Mar 19, 2020, 16:31 Saibamen wrote: > Why you can't just try...