Skip to content

Commit

Permalink
run make lint-js-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CGQAQ committed Jan 23, 2024
1 parent 2ed57a2 commit 5b65e37
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/parallel/test-stream-readable-to-web.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
'use strict';
require('../common');

// https://github.com/nodejs/node/pull/25147/files
const hasCrypto = Boolean(process.versions.openssl);
if (!hasCrypto) {
process.exit(0);
}
const common = require('../common');
if (!common.hasCrypto) { common.skip('missing crypto'); }

const { Readable } = require('stream');
const process = require('process');
Expand Down

0 comments on commit 5b65e37

Please sign in to comment.