From 1dcfb1efe7dd6cf5ed5ae1b9e2c8ba16ac1a8568 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:42:03 +0100 Subject: [PATCH] Update path to uws.js in smoke test --- tests/smoke.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/smoke.js b/tests/smoke.js index ee6c0ae..b4741fb 100644 --- a/tests/smoke.js +++ b/tests/smoke.js @@ -1,5 +1,5 @@ -// We are run inside the dist folder with the uws.js and newly compiled binaries will lie -const uWS = require('./uws.js'); +// We are run inside tests folder and the newly built binaries are in ../dist +const uWS = require('../dist/uws.js'); const WebSocket = require('ws'); const expectedCloseReasons = {