mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
ci: run node tests directly instead of translated files (#15565)
Co-authored-by: nektro <nektro@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
const common = require('../common');
|
||||
if (!common.hasCrypto)
|
||||
common.skip('missing crypto');
|
||||
|
||||
const assert = require('assert');
|
||||
const https = require('https');
|
||||
|
||||
assert.ok(https.Agent() instanceof https.Agent);
|
||||
Reference in New Issue
Block a user