diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-02-22 12:40:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 12:40:36 +0900 |
commit | 860b6cbd233760e867099960c4c69d3e28b9401b (patch) | |
tree | 597f174dd09593267d8cf97e57486c600665f88c /cli/tests | |
parent | 4c6db7aa1493139f5a832c1e9ebfe44a1c80af80 (diff) |
fix(ext/node): fix webcrypto export (#17838)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/node_compat/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/node_compat/config.json b/cli/tests/node_compat/config.json index 85e5f09c5..0f54aec95 100644 --- a/cli/tests/node_compat/config.json +++ b/cli/tests/node_compat/config.json @@ -749,7 +749,7 @@ "TODO:test-util-types.js", "test-util.js", "test-vm-static-this.js", - "TODO:test-webcrypto-sign-verify.js", + "test-webcrypto-sign-verify.js", "test-whatwg-encoding-custom-api-basics.js", "test-whatwg-encoding-custom-fatal-streaming.js", "test-whatwg-encoding-custom-textdecoder-fatal.js", |