-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Patch jest to not use JSON serialization in message passing ci3 (
#10964) Restores the patch from #5883 which was [removed](https://github.com/AztecProtocol/aztec-packages/pull/10042/files#diff-ce07a7dc313882291a1eb38f5c47598d992270d769e487fd3970dcf61af71b01) in CI3.
- Loading branch information
1 parent
ad70e9a
commit d08f540
Showing
3 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
yarn-project/.yarn/patches/jest-runner-npm-29.7.0-3bc9f82b58.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/build/index.js b/build/index.js | ||
index 65c0ed180a1f44a5095f80d572aacb68be1db3da..3bb4938110a50a2eca1b2f01466b7be16c9c8145 100644 | ||
--- a/build/index.js | ||
+++ b/build/index.js | ||
@@ -124,7 +124,7 @@ class TestRunner extends _types.EmittingTestRunner { | ||
enableWorkerThreads: this._globalConfig.workerThreads, | ||
exposedMethods: ['worker'], | ||
forkOptions: { | ||
- serialization: 'json', | ||
+ serialization: 'advanced', | ||
stdio: 'pipe' | ||
}, | ||
// The workerIdleMemoryLimit should've been converted to a number during |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters