diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-04-18 00:36:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 00:36:49 +0900 |
| commit | 559a61b879366c01fbbc078c03743cd836189ae7 (patch) | |
| tree | a87d42f63c26eb7c91f2f4ef3edbec98aeb38c82 /cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js | |
| parent | bcbdaac7e6399870b5b6fcdf765013c1682fe80c (diff) | |
chore: update node compat config (#18736)
Diffstat (limited to 'cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js')
| -rw-r--r-- | cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js b/cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js index 098882215..a9db29806 100644 --- a/cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js +++ b/cli/tests/node_compat/test/parallel/test-crypto-secret-keygen.js @@ -1,3 +1,10 @@ +// deno-fmt-ignore-file +// deno-lint-ignore-file + +// Copyright Joyent and Node contributors. All rights reserved. MIT license. +// Taken from Node 18.12.1 +// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually + 'use strict'; const common = require('../common'); if (!common.hasCrypto) @@ -134,4 +141,4 @@ assert.throws( assert.throws(() => generateKeySync('unknown', { length: 123 }), { code: 'ERR_INVALID_ARG_VALUE', message: /The argument 'type' must be a supported key type/ -});
\ No newline at end of file +}); |
