Updated smoke-test.mjs with 1 addition and 1 removal
--- a/smoke-test.mjs
+++ b/smoke-test.mjs
@@ -165,7 +165,7 @@
 async function runTests() {
     try {
         // Start the server in a child process (assuming `npm start` runs it)
-        const { spawn } = require('child_process');
+        import { spawn } from 'child_process';
         const serverProcess = spawn('npm', ['start']);
 
         serverProcess.stdout.on('data', (data) => {