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