mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2025-12-19 09:51:32 -05:00
Update path to uws.js in smoke test
This commit is contained in:
4
tests/smoke.js
vendored
4
tests/smoke.js
vendored
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user