mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
test-http2-compat-serverrequest-pipe.js passes on windows (#19981)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
const common = require('../common');
|
||||
if (!common.hasCrypto)
|
||||
common.skip('missing crypto');
|
||||
if (common.isWindows) return; // TODO: BUN
|
||||
const fixtures = require('../common/fixtures');
|
||||
const assert = require('assert');
|
||||
const http2 = require('http2');
|
||||
|
||||
Reference in New Issue
Block a user