diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-04-19 23:26:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 23:26:16 +0900 |
| commit | 53c9f5918cd07237c20b086945d4604baf1900fb (patch) | |
| tree | 5453468f15e25fe30a0c1d38bf710f8194516823 /cli/tests/node_compat/config.jsonc | |
| parent | fdebb7e7930b175b5dd80f891253000a29c82a4a (diff) | |
fix(ext/node): improve vm.runInThisContext (#18767)
Diffstat (limited to 'cli/tests/node_compat/config.jsonc')
| -rw-r--r-- | cli/tests/node_compat/config.jsonc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/node_compat/config.jsonc b/cli/tests/node_compat/config.jsonc index b22d252e4..ddbdf458f 100644 --- a/cli/tests/node_compat/config.jsonc +++ b/cli/tests/node_compat/config.jsonc @@ -624,6 +624,7 @@ "test-util-types-exists.js", "test-util-types.js", "test-util.js", + "test-vm-new-script-this-context.js", "test-vm-static-this.js", "test-webcrypto-sign-verify.js", "test-whatwg-encoding-custom-api-basics.js", |
