mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
const assert = require('assert');
|
|
|
|
assert.strictEqual(typeof WebSocket, 'function');
|