diff options
| author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-09-10 14:50:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 21:50:21 +0000 |
| commit | be0ba6d84f190f4fc1b4517e62d9d8ad30c8cfb1 (patch) | |
| tree | 7e088e66f70d69e7074ff20fb192e73a661facfa /tests/node_compat/config.jsonc | |
| parent | e522f4b65a3439030506733b104498f21422ede0 (diff) | |
fix(ext/node): Rewrite `node:v8` serialize/deserialize (#25439)
Closes #20613.
Reimplements the serialization on top of the v8 APIs instead of
deno_core. Implements `v8.Serializer`, `v8.DefaultSerializer`,
`v8.Deserializer`, and `v8.DefaultSerializer`.
Diffstat (limited to 'tests/node_compat/config.jsonc')
| -rw-r--r-- | tests/node_compat/config.jsonc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/node_compat/config.jsonc b/tests/node_compat/config.jsonc index 72d872812..ed63b5950 100644 --- a/tests/node_compat/config.jsonc +++ b/tests/node_compat/config.jsonc @@ -104,6 +104,7 @@ "test-util-promisify.js", "test-util-types.js", "test-util.js", + "test-v8-serdes.js", "test-webcrypto-sign-verify.js", "test-whatwg-url-properties.js", // needs replace ".on" => ".addEventListener" in L29 |
