Skip to content

Commit

Permalink
modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Apr 20, 2022
1 parent b306018 commit 9a7c063
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -3,6 +3,8 @@ const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');

// Test for https://github.com/nodejs/node/issues/40814

const assert = require('assert');
const crypto = require('crypto');

Expand Down

0 comments on commit 9a7c063

Please sign in to comment.