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