Update path to uws.js in smoke test

This commit is contained in:
uNetworkingAB
2025-11-05 19:42:03 +01:00
committed by GitHub
parent 3456a81493
commit 1dcfb1efe7

4
tests/smoke.js vendored
View File

@@ -1,5 +1,5 @@
// We are run inside the dist folder with the uws.js and newly compiled binaries will lie // We are run inside tests folder and the newly built binaries are in ../dist
const uWS = require('./uws.js'); const uWS = require('../dist/uws.js');
const WebSocket = require('ws'); const WebSocket = require('ws');
const expectedCloseReasons = { const expectedCloseReasons = {