Skip to content

Commit 1dcfb1e

Browse files
Update path to uws.js in smoke test
1 parent 3456a81 commit 1dcfb1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/smoke.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// We are run inside the dist folder with the uws.js and newly compiled binaries will lie
2-
const uWS = require('./uws.js');
1+
// We are run inside tests folder and the newly built binaries are in ../dist
2+
const uWS = require('../dist/uws.js');
33
const WebSocket = require('ws');
44

55
const expectedCloseReasons = {

0 commit comments

Comments
 (0)