diff --git a/packages/nodejs/test-parallel-test-snapshot-reproducible.js.patch b/packages/nodejs/test-parallel-test-snapshot-reproducible.js.patch index c61c0e84c5..a02f679b38 100644 --- a/packages/nodejs/test-parallel-test-snapshot-reproducible.js.patch +++ b/packages/nodejs/test-parallel-test-snapshot-reproducible.js.patch @@ -24,7 +24,7 @@ https://joyeecheung.github.io/blog/2024/03/17/memory-leak-testing-v8-node-js-1/ https://joyeecheung.github.io/blog/2024/09/28/reproducible-nodejs-builtin-snapshots-2/ https://joyeecheung.github.io/blog/2024/09/28/reproducible-nodejs-builtin-snapshots-3/ https://github.com/danbev/learning-v8/blob/master/notes/snapshots.md (this repository also contains other resources about v8 internals and api) ---- test/parallel/test-snapshot-reproducible.js.orig 2025-03-15 15:40:54.141339594 +0530 +--- ./test/parallel/test-snapshot-reproducible.js 2025-03-15 15:40:54.141339594 +0530 +++ /dev/null 2025-03-15 11:33:07.028148560 +0530 @@ -1,70 +0,0 @@ -'use strict';