From 0fb72d218596ac27f7c5d0dee009f6818b0e1351 Mon Sep 17 00:00:00 2001 From: Gopalakrishna Palem Date: Sun, 21 Aug 2022 11:36:28 +0530 Subject: [PATCH] Fix EISDIR error when using RAM Disk [#13157](https://github.com/facebook/jest/pull/13157) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb32c916df7..0ac9c47f7c0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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