Hi,
On the backend representative, we’re facing some issue related to the error code - EBADF using the command
- VTEX stable release patch
Has anyone faced the same issue?
Hi,
On the backend representative, we’re facing some issue related to the error code - EBADF using the command
Has anyone faced the same issue?
Hi @shubhammishra4 This seems to be a version issue with running multiple processes.
Have you already tried running npm run test:unit – --runInBand
This thread explains more about this specific error: @vue/cli-plugin-unit-jest fails with error EBADF: bad file descriptor, close · Issue #3605 · vuejs/vue-cli · GitHub
Hope it helps.
Cheers,
Estevão.