### Version 3.5.0 ### Reproduction link [https://github.com/phil-scott-78/jest-EBADF](https://github.com/phil-scott-78/jest-EBADF) ### Environment info ``` Windows 10 ``` ### Steps to reproduce `npm run unit:test` ### What is expected? Tests to run ### What is actually happening? Sporadic failure with an error `EBADF: bad file descriptor` --- This is due to `write-file-atomic@2.4.2`. Newer versions of jest have been updated to force the version to `2.4.1`. See: * https://github.com/facebook/jest/issues/7709 * https://github.com/npm/write-file-atomic/issues/39 <!-- generated by vue-issues. DO NOT REMOVE -->