mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
const assert = require('assert');
|
|
|
|
assert.strictEqual(typeof WebSocket, 'function');
|
|
assert.strictEqual(typeof CloseEvent, 'function');
|