Updated smoke-test.mjs with 1 addition and 1 removal
--- a/smoke-test.mjs
+++ b/smoke-test.mjs
@@ -1,5 +1,5 @@
 import fetch from 'node-fetch';
-const WebSocket = require('ws');
+import WebSocket from 'ws';
 const assert = require('assert');
 const { spawn } = require('child_process');