Closed
Description
We have recently had the issue on CI when run jest in parallel.
jest: failed to cache transform results in: C:/Temp/jest/jest-transform-cache-
Failure message: EBADF: bad file descriptor, close
at Error (native)
at Object.closeSync (node_modules/graceful-fs/graceful-fs.js:52:27)
at Function.writeFileSync [as sync] (node_modules/write-file-atomic/index.js:228:16)
In the jest github, solution is rollback write-file-atomic to 2.4.1.
jestjs/jest#7709.
I am wondering this is a bug of the package that need to be fixed?
Metadata
Metadata
Assignees
Labels
No labels