Skip to content

Commit

Permalink
Fix EISDIR error when using RAM Disk [jestjs#13157](jestjs#13157)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaPG committed Aug 21, 2022
1 parent 3bef02e commit 0fb72d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -22,6 +22,7 @@
- `[jest-snapshot]` Make `prettierPath` optional in `SnapshotState` ([#13149](https://github.com/facebook/jest/pull/13149))
- `[jest-snapshot]` Fix parsing error from inline snapshot files with `JSX` ([#12760](https://github.com/facebook/jest/pull/12760))
- `[jest-worker]` When a process runs out of memory worker exits correctly and doesn't spin indefinitely ([#13054](https://github.com/facebook/jest/pull/13054))
- `[jest-util]` Fix EISDIR error when using RAM Disk ([#13157](https://github.com/facebook/jest/pull/13157))

### Chore & Maintenance

Expand Down

0 comments on commit 0fb72d2

Please sign in to comment.